diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-08-02 19:51:13 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-08-02 19:51:13 (GMT) |
commit | a9b97ccb0e4f849c68804f02c1c89e1201f1a427 (patch) | |
tree | e89573528b31993c63ebe29476c8fcdae2a6a9fc /INSTALL_parallel.ascired | |
parent | 0d1c9438f985ac5418b0d5f5307d60870ae17a28 (diff) | |
download | hdf5-a9b97ccb0e4f849c68804f02c1c89e1201f1a427.zip hdf5-a9b97ccb0e4f849c68804f02c1c89e1201f1a427.tar.gz hdf5-a9b97ccb0e4f849c68804f02c1c89e1201f1a427.tar.bz2 |
[svn-r1557] INSTALL:
Edited for 1.2.0beta release.
INSTALL.ascired:
Updated with simplified steps.
INSTALL_parallel:
Updated with information that was in INSTALL and INSTALL.parallel.
INSTALL_parallel.ascired:
Removed old setup no longer needed.
RUNPARALEL, RUNSERIAL, disable-shared are specified in config/intel-osf1.
README:
Update mailing list subscription instruction.
RELEASE:
Updated for 1.2.0beta release information.
INSTALL_Windows.txt:
Contains Windows platform installation instructions.
INSTALL.parallel:
Removed because its content has been moved to INSTALL_parallel.
Diffstat (limited to 'INSTALL_parallel.ascired')
-rw-r--r-- | INSTALL_parallel.ascired | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/INSTALL_parallel.ascired b/INSTALL_parallel.ascired index a246163..a991482 100644 --- a/INSTALL_parallel.ascired +++ b/INSTALL_parallel.ascired @@ -23,8 +23,6 @@ # The following flags are only needed when compiling/linking a user program # for execution. # -debug="-g -UH5O_DEBUG -DH5F_OPT_SEEK=0" -default_mode="$debug -DH5F_LOW_DFLT=H5F_LOW_SEC2" # Using the MPICH libary by Daniel Sands. # It contains both MPI-1 and MPI-IO functions. @@ -44,14 +42,6 @@ mpio_lib="-L$ROMIO/lib" MPI_INC="$mpi1_inc $mpio_inc" MPI_LIB="$mpi1_lib $mpio_lib" -#for version 1.1 and later -RUNSERIAL="yod -sz 1" -export RUNSERIAL -RUNPARALLEL="yod -sz 8" -export RUNPARALLEL -LIBS="-lmpich" -export LIBS - # Once these variables are set to the proper values for your installation, # you can run the configure program (i.e., ./configure tflop --enable-parallel=mpio) @@ -62,7 +52,7 @@ export LIBS # cicc and link to the MPI-IO library and the parallel version of the HDF5 # library (that was created and installed with the configure/make process). -CFLAGS="$default_mode" \ CPPFLAGS=$MPI_INC \ LDFLAGS=$MPI_LIB \ -./configure --enable-parallel --disable-shared tflop +LIBS="-lmpich" \ +./configure --enable-parallel tflop |