mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
Declaration needed for parallel standalone
This commit is contained in:
parent
8583d608ef
commit
c88caec5ae
@ -162,4 +162,8 @@ print_version(const char *progname)
|
|||||||
H5_VERS_SUBRELEASE[0] ? "-" : "", H5_VERS_SUBRELEASE);
|
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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user