source: issm/oecreview/Archive/13393-13976/ISSM-13912-13913.diff@ 15393

Last change on this file since 15393 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 1.4 KB
  • ../trunk-jpl/configs/config-pleiades-petsc3.3.sh

     
     1#!/bin/csh
     2
     3./configure \
     4 --prefix=$ISSM_DIR \
     5 --with-wrappers=no \
     6 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
     7 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/src/externalpackages/metis-5.0.2-p3 \
     8 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
     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 " \
     12 --with-petsc-arch=$ISSM_ARCH \
     13 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
     14 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     15 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     16 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     17 --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     18 --with-hypre-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     19 --with-graphics-lib=/usr/lib64/libX11.so \
     20 --with-cxxoptflags="-O3" \
     21 --with-vendor=intel-pleiades
Note: See TracBrowser for help on using the repository browser.