summaryrefslogtreecommitdiffstats
path: root/INSTALL_parallel
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1998-04-24 00:02:08 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1998-04-24 00:02:08 (GMT)
commit304ad92a466ed64982d6bd76a50f015969692c32 (patch)
tree335389064994b487296eb3b19108ba4ae8f8976b /INSTALL_parallel
parent0b6fd0ff94c4df86697a5d3e07794d1f75109735 (diff)
downloadhdf5-304ad92a466ed64982d6bd76a50f015969692c32.zip
hdf5-304ad92a466ed64982d6bd76a50f015969692c32.tar.gz
hdf5-304ad92a466ed64982d6bd76a50f015969692c32.tar.bz2
[svn-r368] Purpose:
Documentation (mostly) Solution: Parallel HDF5 support on Intel TFLOPS machine using PFS file system and MPIO. Platform tested: Intel TFLOPS (ASCI Red)
Diffstat (limited to 'INSTALL_parallel')
-rw-r--r--INSTALL_parallel17
1 files changed, 12 insertions, 5 deletions
diff --git a/INSTALL_parallel b/INSTALL_parallel
index b57e427..21d3e1c 100644
--- a/INSTALL_parallel
+++ b/INSTALL_parallel
@@ -1,14 +1,20 @@
Installation instructions for Parallel HDF5
-------------------------------------------
- (last updated: Feb 15, 1998)
+ (last updated: April 22, 1998)
This file contains instructions for the installation of parallel
-HDF5. Platforms supported by this release are SGI Origin 2000
-and IBM SP2. The steps are kind of unnatural and will be more
-automized in the next release. If you have difficulties installing
-the software in your system, please send mail to
+HDF5. Platforms supported by this release are SGI Origin 2000,
+IBM SP2, and the Intel TFLOP. The steps are kind of unnatural and
+will be more automized in the next release. If you have difficulties
+installing the software in your system, please send mail to
hdfparallel@ncsa.uiuc.edu
+Note:
+For the users of the Intel TFLOPS machine, a special sequence of steps
+for the parallel install may be found in the file: INSTALL.ascired.
+Also, MPI/MPIO information similar to that found below may be found in
+INSTALL_parallel.ascired.
+
First, you must obtain and unpack the HDF5 source as
described in the file INSTALL. You also need to obtain the
information of the include and library paths of MPI and MPIO
@@ -32,3 +38,4 @@ MPI_LIB="$mpi1_lib $mpio_lib"
export MPI_LIB
./configure --enable-parallel
+