diff options
-rw-r--r-- | config/ia64-linux-gnu | 6 | ||||
-rw-r--r-- | config/linux-gnulibc1 | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu index 130f9bf..931201c 100644 --- a/config/ia64-linux-gnu +++ b/config/ia64-linux-gnu @@ -129,3 +129,9 @@ esac # Check MPICH settings . $srcdir/config/mpich +#Uncomment the next line if your system doesn't support MPI complex derived datatype. +#hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'} +#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'} + diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index aea376d..1657418 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -111,3 +111,6 @@ fi # Check MPICH settings . $srcdir/config/mpich +#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'} |