Skip to content

Commit 9650277

Browse files
committed
apply patch omp-op-inout.patch
from dalcinl Signed-off-by: Howard Pritchard <[email protected]>
1 parent fe9f85b commit 9650277

File tree

1 file changed

+1
-2
lines changed
  • ompi/mpi/bindings/ompi_bindings

1 file changed

+1
-2
lines changed

ompi/mpi/bindings/ompi_bindings/c.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@ def generate_op_convert_fn(self):
430430
self.generic_convert(ConvertFuncs.OP, 'op', 'MPI_Op', consts.RESERVED_OPS)
431431

432432
def generate_op_convert_fn_intern_to_abi(self):
433-
# Only need to convert MPI_OP_NULL (fist item in consts.RESERVED_OPS)
434-
self.generic_convert_reverse(ConvertOMPIToStandard.OP, 'op', 'MPI_Op', consts.RESERVED_OPS[:1])
433+
self.generic_convert_reverse(ConvertOMPIToStandard.OP, 'op', 'MPI_Op', consts.RESERVED_OPS)
435434

436435
def generate_session_convert_fn(self):
437436
self.generic_convert(ConvertFuncs.SESSION, 'session', 'MPI_Session', consts.RESERVED_SESSIONS)

0 commit comments

Comments
 (0)