summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r--perform/pio_perf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h
index d954591..5ae3faa 100644
--- a/perform/pio_perf.h
+++ b/perform/pio_perf.h
@@ -39,6 +39,10 @@ typedef struct results_ {
#define FAIL -1
#endif /* !FAIL */
+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 */
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */