Changeset 13778
- Timestamp:
- 10/22/12 07:04:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-linux64-murdo.sh
r13777 r13778 16 16 --with-python-version=2.7\ 17 17 --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \ 18 --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \19 --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \20 18 --with-petsc-arch=$ISSM_ARCH \ 19 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 20 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ 21 21 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 22 22 --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 23 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \24 23 --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \ 24 --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install" \ 25 25 --with-graphics-lib=/usr/lib64/libX11.so \ 26 26 --with-cxxoptflags="-mtune=barcelona -ffast-math -O3 -msse4.2 -Wno-write-strings "\ 27 27 --with-numthreads=18 \ 28 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 29 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ 30 --enable-debugging \ 31 --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install" 28 --enable-debugging
Note:
See TracChangeset
for help on using the changeset viewer.