diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-05-12 06:11:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-05-12 06:11:05 (GMT) |
commit | deab04989e06e3cd3b5acd134b96acb36a77170e (patch) | |
tree | 32e30185fa68ad3a977fc381deca987ea022084c | |
parent | f2c1d0e16263a61ad9fd841abe0e63268b3e5b03 (diff) | |
download | hdf5-deab04989e06e3cd3b5acd134b96acb36a77170e.zip hdf5-deab04989e06e3cd3b5acd134b96acb36a77170e.tar.gz hdf5-deab04989e06e3cd3b5acd134b96acb36a77170e.tar.bz2 |
[svn-r6845] Bug fix.
cached the result of configure test for system_scope_threads(no)
since TFLOPS can't do testing in frontends.
Tested in sasn100 (frontend of Janus).
-rw-r--r-- | config/intel-osf1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index 92bc813..0bae488 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -90,3 +90,4 @@ ac_cv_sizeof_uint_fast16_t=${ac_cv_sizeof_uint_fast16_t='0'} ac_cv_sizeof_uint_fast32_t=${ac_cv_sizeof_uint_fast32_t='0'} ac_cv_sizeof_uint_fast64_t=${ac_cv_sizeof_uint_fast64_t='0'} +hdf5_cv_system_scope_threads=${hdf5_cv_system_scope_threads="no"} |