summaryrefslogtreecommitdiffstats
path: root/config/linux-gnulibc1
diff options
context:
space:
mode:
Diffstat (limited to 'config/linux-gnulibc1')
-rw-r--r--config/linux-gnulibc18
1 files changed, 8 insertions, 0 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1
index 015d079..776e39b 100644
--- a/config/linux-gnulibc1
+++ b/config/linux-gnulibc1
@@ -126,6 +126,14 @@ if test $CC_BASENAME = cmpicc; then
hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'}
fi
+# Link in real time library to support use of AIO.
+#
+# Note that while the following is correct for gcc, it is may be wrong for
+# other compilers used under Linux. Will have to test for this and change
+# it if necessary.
+# JRM -- 2/3/10
+LIBS="$LIBS -lrt"
+
#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'}