Skip to content

Commit d4009d5

Browse files
committed
MPI_ROOT: capture proc null type too
needed to get a lot of intercommunicator collectives to pass. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 4ff7ad1 commit d4009d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mpi/bindings/ompi_bindings/consts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310

311311
RESERVED_ROOT = [
312312
'MPI_ROOT',
313+
'MPI_PROC_NULL',
313314
]
314315

315316
RESERVED_PVAR_SESSIONS = [

0 commit comments

Comments
 (0)