Changeset 14445
- Timestamp:
- 03/12/13 14:02:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-pleiades-petsc3.3.sh
r13913 r14445 8 8 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 9 9 --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \ 10 --with-mpi-include=/nasa/sgi/mpt/2.06a67/include \ 11 --with-mpi-lib="-L/nasa/sgi/mpt/2.06a67/lib/ -lmpi -lpthread -lgfortran " \ 10 --with-mpi-include="/nasa/sgi/mpt/2.06rp16/include" \ 11 --with-mpi-lib="-L/nasa/sgi/mpt/2.06rp16/libmpi.so" \ 12 --with-mkl-dir="/nasa/intel/mkl/10.0.011/lib/em64t/" \ 12 13 --with-petsc-arch=$ISSM_ARCH \ 13 14 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ 14 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \15 15 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 16 16 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ … … 18 18 --with-hypre-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 19 19 --with-graphics-lib=/usr/lib64/libX11.so \ 20 --with-fortran-lib=/usr/lib64/gcc/x86_64-suse-linux/4.3/libgfortran.a \ 20 21 --with-cxxoptflags="-O3" \ 21 22 --with-vendor=intel-pleiades 23
Note:
See TracChangeset
for help on using the changeset viewer.