We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6584fdc commit f7dea39Copy full SHA for f7dea39
README.rst
@@ -13,7 +13,10 @@ Overview
13
--------
14
15
This package provides Python bindings for `OpenSHMEM <http://openshmem.org/>`_.
16
-It exposes an API which grounds on the
+OpenSHMEM is a Partitioned Global Address Space (PGAS) programming model that
17
+provides low-latency, high-bandwidth communication for use in parallel
18
+applications. The OpenSHMEM project aims to standardize several implementations
19
+of the different SHMEM APIs. shmem4py exposes an API which grounds on the
20
`OpenSHMEM 1.5 specification <http://openshmem.org/site/sites/default/site_files/OpenSHMEM-1.5.pdf>`_;
21
however, it also supports legacy 1.4 implementations.
22
0 commit comments