#include "phComm.h" #include int phcomm_rank() { int r; MPI_Comm_rank(MPI_COMM_WORLD, &r); return r; }