summaryrefslogtreecommitdiffstats
path: root/config/linux-gnulibc1
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-10-15 21:14:27 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-10-15 21:14:27 (GMT)
commit21518fd05a3777c20c69ce214a2f6da54ae8dfe0 (patch)
tree7dc1a959982584875753b64ae568bf1b45246aa0 /config/linux-gnulibc1
parent7e0e1bcc1baccb5e72e6d0c49a38d41249503cf8 (diff)
downloadhdf5-21518fd05a3777c20c69ce214a2f6da54ae8dfe0.zip
hdf5-21518fd05a3777c20c69ce214a2f6da54ae8dfe0.tar.gz
hdf5-21518fd05a3777c20c69ce214a2f6da54ae8dfe0.tar.bz2
[svn-r17654] Purpose:
Configure cache-val cleanup Description: Corrected some misnamed cache values in configure / config files. Tested: h5committest
Diffstat (limited to 'config/linux-gnulibc1')
-rw-r--r--config/linux-gnulibc18
1 files changed, 4 insertions, 4 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1
index 8c64734..667f04e 100644
--- a/config/linux-gnulibc1
+++ b/config/linux-gnulibc1
@@ -122,12 +122,12 @@ fi
# 1. collective I/O when some processes don't have any contributions;
# 2. complex derived MPI data type.
if test $CC_BASENAME = cmpicc; then
- 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'}
+ hdf5_cv_mpi_special_collective_io_works=${hdf5_cv_mpi_special_collective_io_works='no'}
+ hdf5_cv_mpi_complex_derived_datatype_works=${hdf5_cv_mpi_complex_derived_datatype_works='no'}
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_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'}
+hdf5_cv_mpi_special_collective_io_works=${hdf5_cv_mpi_special_collective_io_works='no'}
+hdf5_cv_mpi_complex_derived_datatype_works=${hdf5_cv_mpi_complex_derived_datatype_works='no'}