Added a new test for checking for zero-byte window creations.
MPICH currently has a bug that causes it to abort when all processes provide zero bytes to the window allocation routine. While it can be considered a user error, the MPI-3 standard does not explicitly disallow this case.
test/mpi/rma/win_zero.c
0 → 100644
Please register or sign in to comment