Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A DphComm.h7 #define phcomm_size FortranCInterface_GLOBAL_(phcomm_size, PHCOMM_SIZE) macro
13 int phcomm_size();
H A DphComm.c10 int phcomm_size() { in phcomm_size() function
H A Dphio_sync.cc28 const int color = computeColor(phcomm_rank(), phcomm_size(), numFiles); in appendColor()