mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r1062] Adjusted for v1.1 new configuration.
This commit is contained in:
parent
a98ac46b86
commit
442bc46ff7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user