Home
last modified time | relevance | path

Searched refs:MPI_Op_f2c (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/sf/interface/ftn-custom/
H A Dzsf.c92 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_()
/petsc/include/petsc/mpiuni/
H A Dmpi.h410 #define MPI_Op_f2c(op) (MPI_Op)(op) macro