source: issm/branches/trunk-jpl-damage/configs/config-pleiades-petsc2.sh@ 12878

Last change on this file since 12878 was 12168, checked in by cborstad, 13 years ago

merged trunk-jpl into branch through revision 12167

  • Property svn:executable set to *
File size: 1010 bytes
Line 
1#!/bin/csh
2
3./configure \
4 --prefix=$ISSM_DIR \
5 --with-modules=no \
6 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
7 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
8 --with-petsc-dir=$ISSM_DIR/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_DIR/externalpackages/dakota/install \
13 --with-mkl-dir=/nasa/intel/mkl/10.0.011/lib/64/ \
14 --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
15 --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
16 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
17 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
18 --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
19 --with-graphics-lib=/usr/lib64/libX11.so \
20 --with-cxxoptflags="-O3 -xS" \
21 --with-vendor=intel-pleiades
Note: See TracBrowser for help on using the repository browser.