Changeset 10185
- Timestamp:
- 10/12/11 16:16:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/configs/pleiades/configure.sh
r10082 r10185 2 2 3 3 ./configure \ 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 --with-vendor=intel-pleiades \ 4 --prefix=$ISSM_TIER \ 5 --with-serial=no \ 6 --with-triangle-dir=$ISSM_TIER/externalpackages/triangle/install \ 7 --with-metis-dir=$ISSM_TIER/externalpackages/metis/install \ 8 --with-petsc-dir=$ISSM_TIER/externalpackages/petsc/install \ 9 --with-mpi-include=/nasa/sgi/mpt/1.25/include \ 10 --with-mpi-lib="-L/nasa/sgi/mpt/1.25/lib/ -lmpi -lpthread -lgfortran" \ 11 --with-petsc-arch=$ISSM_ARCH \ 12 --with-dakota-dir=$ISSM_TIER/externalpackages/dakota/install \ 13 --with-mkl-dir=/nasa/intel/mkl/10.0.011/lib/64/ \ 14 --with-plapack-lib="-L$ISSM_TIER/externalpackages/petsc/install/ -lPLAPACK" \ 15 --with-plapack-include="-I$ISSM_TIER/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \ 16 --with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/ \ 17 --with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \ 18 --with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \ 19 --with-graphics-lib=/usr/lib64/libX11.so \ 20 --with-cxxoptflags="-O3 -xS" \ 21 --with-vendor=intel-pleiades
Note:
See TracChangeset
for help on using the changeset viewer.