diff options
-rw-r--r-- | config/linux-gnulibc1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index 015d079..b075e31 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -128,4 +128,6 @@ fi #Comment out the following line if your system supports collective IO when some processes #don't have any contributions to IOs. -#hdf5_mpi_special_collective_io_works=${hdf5_mpi_special_collective_io_works='no'} +hdf5_mpi_special_collective_io_works=${hdf5_mpi_special_collective_io_works='no'} +hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'} + |