src/Fortran/H5.c:

- conditionally compile h5_setprop_file_mpio_posix()
This commit is contained in:
2015-07-27 10:20:25 +02:00
parent 51f90df374
commit cc7c558065
+3
View File
@@ -73,6 +73,7 @@ h5_setprop_file_mpio_independent (
H5_API_RETURN ((h5_int64_t)h5_set_prop_file_mpio_independent (prop, &comm));
}
#if H5_VERSION_LE(1,8,12)
#define h5_setprop_file_mpio_posix FC_MANGLING( \
h5_setprop_file_mpio_posix, \
H5_SETPROP_FILE_MPIO_POSIX)
@@ -90,6 +91,8 @@ h5_setprop_file_mpio_posix (
}
#endif
#endif
#define h5_setprop_file_corevfd FC_MANGLING( \
h5_setprop_file_corevfd, \
H5_SETPROP_FILE_COREVFD)