-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Inconsistency when using op in MPI_Ireduce_fortran_wrapper:
Line 871 in 4247734
_wrap_py_return_val = PMPI_Ireduce((const void*)sendbuf, (void*)recvbuf, *count, (MPI_Datatype)(*datatype), (MPI_Op)(*op), *root, (MPI_Comm)(*comm), (MPI_Request*)request); |
Line 875 in 4247734
_wrap_py_return_val = PMPI_Ireduce((const void*)sendbuf, (void*)recvbuf, *count, MPI_Type_f2c(*datatype), MPI_Op_f2c(*op), *root, MPI_Comm_f2c(*comm), &temp_request); |
Line 885 in 4247734
if ((MPI_Op)op == MPI_MAX) { |