Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit e9dfd5f

Browse files
committed
osc: use PMPI_* insted of MPI_*
(cherry picked from commit open-mpi/ompi@025fd8a)
1 parent 73e05f7 commit e9dfd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/base/osc_base_obj_convert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static inline
7676
ompi_op_t *
7777
ompi_osc_base_op_create(int op_id)
7878
{
79-
ompi_op_t *op = MPI_Op_f2c(op_id);
79+
ompi_op_t *op = PMPI_Op_f2c(op_id);
8080
OBJ_RETAIN(op);
8181
return op;
8282
}

0 commit comments

Comments
 (0)