Allow MPI_PROC_NULL for RMA tests
The first commit removes test cases where MPI_PROC_NULL is considered an erroneous value for RMA communication. As of MPI Standard 4.1, p. 567:
MPI_PROC_NULL is a valid target rank in all MPI RMA communication calls. The effect
is the same as for MPI_PROC_NULL in MPI point-to-point communication.
The second commit adds correct test cases using that value; if requested I can drop it.
Merge request reports
Activity
added 4 commits
-
2d347ff7...9a3bb2f2 - 2 commits from branch
hpc-public:main
- 873a6c23 - Allow MPI_PROC_NULL for RMA tests
- ceb981a1 - Add correct test case for MPI_PROC_NULL
-
2d347ff7...9a3bb2f2 - 2 commits from branch
Please register or sign in to reply