We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9f85b commit 9650277Copy full SHA for 9650277
ompi/mpi/bindings/ompi_bindings/c.py
@@ -430,8 +430,7 @@ def generate_op_convert_fn(self):
430
self.generic_convert(ConvertFuncs.OP, 'op', 'MPI_Op', consts.RESERVED_OPS)
431
432
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])
+ self.generic_convert_reverse(ConvertOMPIToStandard.OP, 'op', 'MPI_Op', consts.RESERVED_OPS)
435
436
def generate_session_convert_fn(self):
437
self.generic_convert(ConvertFuncs.SESSION, 'session', 'MPI_Session', consts.RESERVED_SESSIONS)
0 commit comments