Searched refs:MPI_Op_f2c (Results 1 – 2 of 2) sorted by relevance
92 MPI_Op cop = MPI_Op_f2c(*op); in petscsfbcastbegin_()102 MPI_Op cop = MPI_Op_f2c(*op); in petscsfbcastend_()112 MPI_Op cop = MPI_Op_f2c(*op); in petscsfreducebegin_()122 MPI_Op cop = MPI_Op_f2c(*op); in petscsfreduceend_()136 MPI_Op cop = MPI_Op_f2c(*op); in petscsfbcastbegin_()152 MPI_Op cop = MPI_Op_f2c(*op); in petscsfbcastend_()168 MPI_Op cop = MPI_Op_f2c(*op); in petscsfreducebegin_()184 MPI_Op cop = MPI_Op_f2c(*op); in petscsfreduceend_()
410 #define MPI_Op_f2c(op) (MPI_Op)(op) macro