Skip to content

Commit 06c7d90

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 <[email protected]>
1 parent 5b6d04e commit 06c7d90

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)