source: issm/oecreview/Archive/13393-13976/ISSM-13706-13707.diff@ 16557

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

preparing oecreview for 13393-13976'

File size: 1.3 KB
  • ../trunk-jpl/configs/config-linux64-cloud.sh

     
     1#!/bin/sh
     2
     3#External packages versions:
     4#petsc 3.1 or 3.2
     5#mpich 1.4
     6
     7./configure \
     8 --prefix=$ISSM_DIR \
     9 --without-wrappers \
     10 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
     11 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/src/externalpackages/metis-5.0.2-p3 \
     12 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
     13 --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \
     14 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  \
     15 --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich -lmpl " \
     16 --with-petsc-arch=$ISSM_ARCH \
     17 --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     18 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     19 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     20 --with-cxxoptflags=" -O2 -fpermissive"
Note: See TracBrowser for help on using the repository browser.