From 9ee43a58b9bd2881d2e41e08283714dde529d996 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 18 Mar 2011 01:33:47 +0100 Subject: [PATCH] hdf5: added comments for the existing configure options --- develop/hdf5/hdf5.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/develop/hdf5/hdf5.conf b/develop/hdf5/hdf5.conf index 44a62bd41..4a4ebed0c 100644 --- a/develop/hdf5/hdf5.conf +++ b/develop/hdf5/hdf5.conf @@ -15,10 +15,14 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +# Compile the C++ interface [default=no] var_append extraconfopt ' ' "--enable-cxx" +# Enable thread safe capability var_append extraconfopt ' ' "--enable-threadsafe" -var_append extraconfopt ' ' "--enable-gpfs" +# Use the Pthreads library [default=no] var_append extraconfopt ' ' "--with-pthread" +# Enable GPFS hints for the MPI/POSIX file driver [default=no] +var_append extraconfopt ' ' "--enable-gpfs" # TODO: # -config option for enable-cxx