summaryrefslogtreecommitdiffstats
path: root/INSTALL_parallel.ascired
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-05-28 22:02:41 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-05-28 22:02:41 (GMT)
commitbad98b702872901830f9e67be7861bec8e7f68d8 (patch)
tree68196ae11071e33084981a3becaa9c5aa64a4549 /INSTALL_parallel.ascired
parentde0d96dd53387537cf500bf0ba7cebbf8dfc8320 (diff)
downloadhdf5-bad98b702872901830f9e67be7861bec8e7f68d8.zip
hdf5-bad98b702872901830f9e67be7861bec8e7f68d8.tar.gz
hdf5-bad98b702872901830f9e67be7861bec8e7f68d8.tar.bz2
[svn-r1288] Updated TFLOPS location for the newer MPIO library.
Diffstat (limited to 'INSTALL_parallel.ascired')
-rw-r--r--INSTALL_parallel.ascired13
1 files changed, 4 insertions, 9 deletions
diff --git a/INSTALL_parallel.ascired b/INSTALL_parallel.ascired
index 4e0243a..4825b6a 100644
--- a/INSTALL_parallel.ascired
+++ b/INSTALL_parallel.ascired
@@ -26,14 +26,9 @@
debug="-g -UH5O_DEBUG -DH5F_OPT_SEEK=0"
default_mode="-DDOS386 $debug -DH5F_LOW_DFLT=H5F_LOW_SEC2"
-MPICH=""
-ROMIO="/usr/community/mpi-io/romio/current"
-
-# new version by Daniel Sands
-# /scratch/acheng/mpich-1.1.2 is a symbolic pointer.
-# It is set to different value in different machines because
-# Daniel Sands' $HOME path is different too. *sigh*
-ROMIO="/scratch/acheng/mpich-1.1.2"
+# Using the MPICH libary by Daniel Sands.
+# It contains both MPI-1 and MPI-IO functions.
+ROMIO="${HOME}/MPIO/mpich"
if [ ! -d $ROMIO ]
then
echo "ROMIO directory ($ROMIO) not found"
@@ -43,7 +38,7 @@ fi
mpi1_inc=""
mpi1_lib=""
mpio_inc="-I$ROMIO/include"
-mpio_lib="-L$ROMIO/build/tflops/ptls/lib"
+mpio_lib="-L$ROMIO/lib"
MPI_INC="$mpi1_inc $mpio_inc"