src/Fortran/H5.c:
- conditionally compile h5_setprop_file_mpio_posix()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user