1
1
openmpi/oshmem/mca
Mikhail Brinskii e4ee56d1f3 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>
(cherry picked from commit 2ef5bd8b36)
2019-05-02 21:25:59 +03:00
..
atomic OMPI/OSHMEM: bug-fix: store mkeys for each oshmem ctx. 2019-03-20 23:29:53 +02:00
memheap OMPI/OSHMEM: bug-fix: store mkeys for each oshmem ctx. 2019-03-20 23:29:53 +02:00
scoll Fixes the O(N^2) loop in the mca_scoll_mpi_comm_query 2019-04-15 08:43:09 +03:00
spml SPML/UCX: Add shmemx_alltoall_global_nb routine to shmemx.h 2019-05-02 21:25:59 +03:00
sshmem ompi/oshmem: add spml_context back to sshmem_type in memheap, to keep track of ucx_ctx_default's rkeys 2019-03-20 23:30:21 +02:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00