1
1
openmpi/oshmem
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
..
include OSHMEM: added missing API for get/put operations 2018-12-17 11:34:03 +02:00
info Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
mca oshmem/scoll: fix shmem_collect32/64 for zero-size length 2019-01-01 20:43:32 +02:00
op SHMEM/ATOMIC: refactoring of module API 2018-07-04 14:40:14 +03:00
proc oshmem: refactor group cache 2018-02-22 11:48:06 +02:00
request Fix the OSHMEM request padding. 2017-06-01 18:30:02 -04:00
runtime OSHMEM: added processing of zero-length collectives 2018-11-23 14:34:46 +02:00
shmem oshmem/scoll: fix shmem_collect32/64 for zero-size length 2019-01-01 20:43:32 +02:00
tools Allow to override build user and host 2018-10-20 09:27:00 -04:00
util Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
Makefile.am build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00