diff options
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r-- | perform/pio_perf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h index cf84f55..3c60756 100644 --- a/perform/pio_perf.h +++ b/perform/pio_perf.h @@ -39,6 +39,8 @@ typedef struct results_ { #define FAIL -1 #endif /* !FAIL */ +extern int comm_world_rank_g; /* my rank in MPI_COMM_RANK */ +extern int comm_world_nprocs_g;/* num. of processes of MPI_COMM_WORLD */ extern MPI_Comm pio_comm_g; /* Communicator to run the PIO */ extern int pio_mpi_rank_g; /* MPI rank of pio_comm_g */ extern int pio_mpi_nprocs_g; /* number of processes of pio_comm_g */ |