1
1
openmpi/oshmem/mca
Yossi Itigin 939162ed33 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.

Signed-off-by: Yossi Itigin <yosefe@mellanox.com>
2019-01-01 20:43:32 +02:00
..
atomic ucx: add owner.txt for components 2018-12-01 17:14:03 +02: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-01 20:43:32 +02:00
spml ucx: add owner.txt for components 2018-12-01 17:14:03 +02:00
sshmem sshmem_ucx: add owner.txt 2018-12-02 11:25:30 +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