[svn-r1062] Adjusted for v1.1 new configuration.

This commit is contained in:
Albert Cheng 1999-02-09 22:37:12 -05:00
parent a98ac46b86
commit 442bc46ff7

View File

@ -18,7 +18,7 @@
# (We use sh here, but of course you can adapt to whatever shell you like.)
# compile for MPI jobs
CC=cicc
#CC=cicc
# The following flags are only needed when compiling/linking a user program
# for execution.
@ -36,10 +36,6 @@ mpio_lib="-L$ROMIO/lib/tflop"
MPI_INC="$mpi1_inc $mpio_inc"
MPI_LIB="$mpi1_lib $mpio_lib"
CFLAGS="$default_mode"
export CC CFLAGS MPI_INC MPI_LIB
# 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)
# to set up the Makefiles, etc.
@ -49,5 +45,7 @@ export CC CFLAGS MPI_INC MPI_LIB
# 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).
./configure tflop --enable-parallel=mpio
CFLAGS="$default_mode" \
CPPFLAGS=$MPI_INC \
LDFLAGS=$MPI_LIB \
./configure --enable-parallel tflop