Changeset 14929
- Timestamp:
- 05/06/13 13:56:37 (12 years ago)
- Location:
- issm/trunk-jpl/configs
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-pleiades-petsc3.2.sh
r14921 r14929 7 7 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ 8 8 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 9 --with-petsc-arch=$ISSM_ARCH \ 9 10 --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \ 10 11 --with-mpi-include=/nasa/sgi/mpt/1.25/include \ 11 --with-mpi-lib="-L/nasa/sgi/mpt/1.25/lib/ -lmpi -lpthread -lgfortran" \ 12 --with-petsc-arch=$ISSM_ARCH \ 12 --with-mpi-lib="-L/nasa/sgi/mpt/1.25/lib/ -lmpi -lpthread -lgfortran -lirc" \ 13 13 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ 14 14 --with-mkl-dir=/nasa/intel/mkl/10.0.011/lib/64/ \ … … 21 21 --with-cxxoptflags="-O3 -xS" \ 22 22 --with-vendor=intel-pleiades 23 24 #--with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ -
issm/trunk-jpl/configs/config-pleiades-petsc3.3.sh
r14511 r14929 17 17 --with-blacs-dir="$ISSM_DIR/externalpackages/petsc/install/" \ 18 18 --with-hypre-dir="$ISSM_DIR/externalpackages/petsc/install/" \ 19 --with-graphics-lib=/usr/lib64/libX11.so \ 20 --with-fortran-lib=/usr/lib64/gcc/x86_64-suse-linux/4.3/libgfortran.a \ 19 --with-graphics-lib="/usr/lib64/libX11.so" \ 21 20 --with-cxxoptflags="-O3" \ 22 --with-vendor=intel-pleiades 23 21 --with-vendor="intel-pleiades"
Note:
See TracChangeset
for help on using the changeset viewer.