summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_TFLOPS
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-06-17 20:09:38 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-06-17 20:09:38 (GMT)
commit91170d97dc8a64d8a091c4609fe2bac17027e3f3 (patch)
tree6d93a5340f20705c83b5d743d0808fa08e0daa25 /release_docs/INSTALL_TFLOPS
parent5e12a077ab139275108afe59e77bbaf7cbb9730a (diff)
downloadhdf5-91170d97dc8a64d8a091c4609fe2bac17027e3f3.zip
hdf5-91170d97dc8a64d8a091c4609fe2bac17027e3f3.tar.gz
hdf5-91170d97dc8a64d8a091c4609fe2bac17027e3f3.tar.bz2
[svn-r5657] Updated.
Diffstat (limited to 'release_docs/INSTALL_TFLOPS')
-rw-r--r--release_docs/INSTALL_TFLOPS25
1 files changed, 21 insertions, 4 deletions
diff --git a/release_docs/INSTALL_TFLOPS b/release_docs/INSTALL_TFLOPS
index 5c8ec7c..9300967 100644
--- a/release_docs/INSTALL_TFLOPS
+++ b/release_docs/INSTALL_TFLOPS
@@ -26,11 +26,20 @@ FROM SASN100,
1) cd <hdf5>
-2) CC=/usr/community/mpich/mpich-1.2.3/bin/mpicc ./configure --host=i386-intel-osf1
+2) CC=/usr/community/mpich/mpich-1.2.3/bin/mpicc \
+ ./configure --host=i386-intel-osf1 --with-zlib=/usr/community/hdf5/ZLIB
+
+ Skip the "--with-zlib=..." option if you do not wish to include the zlib
+ compression feature. Without the zlib compression feature, the library
+ will not be able to access zlib compressed datasets.
+
You may safely ignore the WARNING message,
+ =========
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
- You may add the option "--host=i386-intel-osf1" to get rid of the WARNING.
+ =========
+ You may add the option "--build=i386-intel-osf1" to get rid of the WARNING.
+
(The previous bugs in src/Makefile and test/Makefile have been resolved.
You don't need to edit them any more.)
@@ -92,11 +101,19 @@ FROM SASN100,
1) cd <hdf5>
-2) ./configure --host=i386-intel-osf1
+2) ./configure --host=i386-intel-osf1 --with-zlib=/usr/community/hdf5/ZLIB
+
+ Skip the "--with-zlib=..." option if you do not wish to include the zlib
+ compression feature. Without the zlib compression feature, the library
+ will not be able to access zlib compressed datasets.
+
You may safely ignore the WARNING message,
+ =========
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
- You may add the option "--host=i386-intel-osf1" to get rid of the WARNING.
+ =========
+ You may add the option "--build=i386-intel-osf1" to get rid of the WARNING.
+
(The previous bugs in src/Makefile and test/Makefile have been resolved.
You don't need to edit them any more.)