mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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.
This commit is contained in:
parent
bd93fcc274
commit
227aeb2c8b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user