1
1
openmpi/oshmem/mca
Yossi Itigin ad4b33336d oshmem/scoll: fix shmem_collect32/64 for zero-size length
Fixes scoll_basic failures with shmem_verifier, caused by recent changes
in handling of zero-size collectives.

- Check for zero-size length only for fixed size collect (shmem_fcollect),
  but not for variable-size collect (shmem_collect)
- Add 'nlong_type' parameter to internal broadcast function, to indicate
  whether the 'nlong' parameter is valid on non-root PEs, since it's
  used by shmem_collect algorithm. Before this change, some components
  assumed it's true (scoll_mpi) while others assumed it's false
  (scoll_basic).
- In scoll_basic, if nlong_type==false, do not exit if nlong==0, since
  this parameter may not be the same on all PEs.
- In scoll_mpi, fallback to scoll_basic if nlong_type==false, since MPI
  requires the 'count' argument of MPI_Bcast to be valid on all ranks.

(Picked from master 939162e)

Signed-off-by: Yossi Itigin <yosefe@mellanox.com>
2019-01-02 12:15:01 +02:00
..
atomic MCA/COMMON/UCX: added synonim to opal_mem_hook variable 2018-08-29 15:17:00 +03:00
memheap mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
scoll oshmem/scoll: fix shmem_collect32/64 for zero-size length 2019-01-02 12:15:01 +02:00
spml MCA/COMMON/UCX: del_procs calls are unified to common module 2018-09-19 10:47:27 +03:00
sshmem OSHMEM/CONFIGURE: verbs component - restore the previous build behavior 2017-10-16 11:53:02 +03: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