Changeset 9968
- Timestamp:
- 09/30/11 07:46:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/configs/astrid/configure.sh.ad
r9814 r9968 11 11 --with-petsc-arch=$ISSM_ARCH \ 12 12 --with-blas-lapack-dir=$ISSM_TIER/externalpackages/petsc/install \ 13 --with-plapack-lib="-L 14 --with-plapack-include="-I 13 --with-plapack-lib="-L$ISSM_TIER/externalpackages/petsc/install/ -lPLAPACK" \ 14 --with-plapack-include="-I$ISSM_TIER/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \ 15 15 --with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \ 16 16 --with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \ … … 19 19 --with-cxxoptflags="-march=opteron -O2" \ 20 20 --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/ -lgfortran" \ 21 --with-rose-dir=$ISSM_TIER/externalpackages/rose/install/ \ 21 22 --with-adic2-dir=$ISSM_TIER/externalpackages/adic/install/ \ 22 --with-numthreads=24 \23 --with-numthreads=24 \ 23 24 --without-thermal \ 24 25 --without-control \
Note:
See TracChangeset
for help on using the changeset viewer.