Home
last modified time | relevance | path

Searched refs:self (Results 1 – 3 of 3) sorted by relevance

/phasta/phSolver/common/
H A Dph_mpi_help.c41 int self; in ph_self() local
42 MPI_Comm_rank(MPI_COMM_WORLD, &self); in ph_self()
43 return self; in ph_self()
/phasta/phastaIO/
H A Dphiompi.c35 int self; in phio_self() local
36 MPI_Comm_rank(MPI_COMM_WORLD, &self); in phio_self()
37 return self; in phio_self()
H A DphastaIO.cc898 int self = phio_self(); in getSubDirPrefix() local
899 int subSelf = self % DIR_FANOUT; in getSubDirPrefix()
900 int subGroup = self / DIR_FANOUT; in getSubDirPrefix()