1
1
openmpi/oshmem/include
Mikhail Brinskii 2ef5bd8b36 SPML/UCX: Add shmemx_alltoall_global_nb routine to shmemx.h
The new routine transfers the data asynchronously from the source PE to all
PEs in the OpenSHMEM job. The routine returns immediately. The source and
target buffers are reusable only after the completion of the routine.
After the data is transferred to the target buffers, the counter object
is updated atomically. The counter object can be read either using atomic
operations such as shmem_atomic_fetch or can use point-to-point synchronization
routines such as shmem_wait_until and shmem_test.

Signed-off-by: Mikhail Brinskii <mikhailb@mellanox.com>
2019-04-26 14:47:58 +03:00
..
oshmem oshmem: remove unnecessary dependencies to ORTE 2019-02-20 13:55:55 +09:00
Makefile.am Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
oshmem_config.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
pshmem.h OSHMEM: added missing API for get/put operations 2018-12-17 11:34:03 +02:00
pshmemx.h OSHMEM: added missing API for get/put operations 2018-12-17 11:34:03 +02:00
shmem-compat.h oshmem: remove shmem_put/get when not the C11 case in accordance with the spec v1.3 2017-12-19 12:40:10 +02:00
shmem.fh OSHMEM Specification version: Bump to v1.4 2018-07-18 00:23:24 +03:00
shmem.h.in OSHMEM: added missing API for get/put operations 2018-12-17 11:34:03 +02:00
shmemx.h SPML/UCX: Add shmemx_alltoall_global_nb routine to shmemx.h 2019-04-26 14:47:58 +03:00