1
1
openmpi/opal/mca/common
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
..
cuda Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
sm Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
ucx SPML/UCX: Add shmemx_alltoall_global_nb routine to shmemx.h 2019-04-26 14:47:58 +03:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00