diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-07-02 00:16:28 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-07-02 00:16:28 (GMT) |
commit | 227aeb2c8b04d190874a099d1c0aa94afea8923f (patch) | |
tree | c9a45d595bc1d0df8aa40055a56fdd5d4ead76ef /INSTALL_parallel.ascired | |
parent | bd93fcc27473748cf3533a4d7b2468cb6862b825 (diff) | |
download | hdf5-227aeb2c8b04d190874a099d1c0aa94afea8923f.zip hdf5-227aeb2c8b04d190874a099d1c0aa94afea8923f.tar.gz hdf5-227aeb2c8b04d190874a099d1c0aa94afea8923f.tar.bz2 |
[svn-r441] MPIO library maintained by William M. Davidson (wmdavid) has been
changed to use system supported MPI library. The path to it is
changed slightly too. Updated all the paths variables.
Diffstat (limited to 'INSTALL_parallel.ascired')
-rw-r--r-- | INSTALL_parallel.ascired | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL_parallel.ascired b/INSTALL_parallel.ascired index 91c7bb8..7b28eff 100644 --- a/INSTALL_parallel.ascired +++ b/INSTALL_parallel.ascired @@ -26,12 +26,12 @@ CC=cicc debug="-g -UH5O_DEBUG -DH5F_OPT_SEEK=0" default_mode="-DDOS386 $debug -DH5F_LOW_DFLT=H5F_LOW_SEC2" -MPICH="/usr/community/mpi-io/romio/mpich_1.1.0" +MPICH="" ROMIO="/usr/community/mpi-io/romio/current" -mpi1_inc="-I$MPICH/include" -mpi1_lib="-L$MPICH/lib/tflops/ptls" +mpi1_inc="" +mpi1_lib="" mpio_inc="-I$ROMIO/include" -mpio_lib="-L$ROMIO/lib/tflops" +mpio_lib="-L$ROMIO/lib/tflop" MPI_INC="$mpi1_inc $mpio_inc" MPI_LIB="$mpi1_lib $mpio_lib" |