diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-05-16 13:51:48 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-05-16 13:51:48 (GMT) |
commit | de3af15daf44ae1de2474e1c75ba971640741cb6 (patch) | |
tree | 32afff6b187c2d45ff91dd0691004889bda3c682 /perform/pio_perf.h | |
parent | 19650b0460f9a817b87c9128978b80c51f48b7c6 (diff) | |
download | hdf5-de3af15daf44ae1de2474e1c75ba971640741cb6.zip hdf5-de3af15daf44ae1de2474e1c75ba971640741cb6.tar.gz hdf5-de3af15daf44ae1de2474e1c75ba971640741cb6.tar.bz2 |
[svn-r5426] Purpose:
Folded the added feature of setting MPI Info object from v1.4 to this
branch.
Platforms tested:
modi4
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r-- | perform/pio_perf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h index d14c419..bea92f4 100644 --- a/perform/pio_perf.h +++ b/perform/pio_perf.h @@ -44,6 +44,7 @@ extern FILE *output; /* output file */ extern pio_time *timer_g; /* timer: global for stub functions */ 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_Info pio_info_g; /* MPI INFO object to run the PIO */ 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 */ |