summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1998-04-09 22:48:52 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1998-04-09 22:48:52 (GMT)
commit82d536f4560440d87bd42ed4dea16074ce9e2ca2 (patch)
tree4f3e7b02347852d5948234bfbb81cdb22cb545e8
parentc96611f8b54caf83b386e78ebb398d3a69be752a (diff)
downloadhdf5-82d536f4560440d87bd42ed4dea16074ce9e2ca2.zip
hdf5-82d536f4560440d87bd42ed4dea16074ce9e2ca2.tar.gz
hdf5-82d536f4560440d87bd42ed4dea16074ce9e2ca2.tar.bz2
[svn-r340] Purpose:
Documentation Problem: The installation steps of the HDF5 library for the ASCI Red machine must be split up between the ASCI Red machine itself and its support machine. Solution: An installation list has been drawn-up which explicitly states which machine is responsible for which step of the installation. Platform tested: ASCI Red Machine, TFLOPS Application server
-rw-r--r--INSTALL.ascired50
1 files changed, 50 insertions, 0 deletions
diff --git a/INSTALL.ascired b/INSTALL.ascired
new file mode 100644
index 0000000..4a8c5ba
--- /dev/null
+++ b/INSTALL.ascired
@@ -0,0 +1,50 @@
+
+FOR THE ASCI RED MACHINE:
+
+The setup process for building the HDF5 library for the ASCI Red machine
+is done by a coordination of events from sasn100 and janus. Special
+effort must be made to move the compiled and linked testers to disks
+local to the processors for execution. This special effort is shown
+here at steps 8) and steps 9).
+
+The total required steps are something similar to:
+FROM SASN100,
+
+1) uncompress hdf5-1.0.0a.tar.Z
+
+2) tar xvf hdf5-1.0.0a.tar
+
+3) cd ./hdf5
+
+4) ./configure tflop
+
+
+FROM JANUS,
+
+5) cd ./hdf5
+
+6) make H5Tinit.c
+
+
+FROM SASN100,
+
+7) make >&! comp.out &
+
+
+When everything is finished compiling and linking,
+FROM JANUS,
+
+8) cp -r ../hdf5 /scratch
+
+9) cd /scratch/hdf5/test
+
+10) make test >&! test.out
+
+
+Once satisfied with the test results, as long as you
+have the correct permission,
+FROM SASN100,
+
+11) make install
+
+