Declaration needed for parallel standalone

This commit is contained in:
Allen Byrne 2019-07-08 15:33:31 -05:00
parent 8583d608ef
commit c88caec5ae

View File

@ -162,4 +162,8 @@ print_version(const char *progname)
H5_VERS_SUBRELEASE[0] ? "-" : "", H5_VERS_SUBRELEASE);
}
#ifdef H5_HAVE_PARALLEL
MPI_Info h5_io_info_g=MPI_INFO_NULL;/* MPI INFO object for IO */
#endif