source: issm/trunk-jpl/configs/config-linux64-pleiades-ampi-gcc.sh@ 16492

Last change on this file since 16492 was 16492, checked in by Eric.Larour, 11 years ago

NEW: new config for pleiades cluster

  • Property svn:executable set to *
File size: 931 bytes
Line 
1#!/bin/csh
2./configure \
3 --prefix=$ISSM_DIR \
4 --without-kriging \
5 --with-wrappers=no \
6 --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
7 --with-mpi-include="/nasa/mvapich2/1.6.sles11/gcc/include" \
8 --with-mpi-libflags="-L/nasa/mvapich2/1.6.sles11/gcc/lib -llmpe -lmpe -lmpich" \
9 --with-adolc-dir="$ISSM_DIR/externalpackages/adolc/install"\
10 --with-ampi-dir="$ISSM_DIR/externalpackages/adjoinablempi/install"\
11 --with-blas-lapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
12 --with-gsl-dir="$ISSM_DIR/externalpackages/gsl/install" \
13 --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
14 --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install" \
15 --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
16 --with-hypre-dir="$ISSM_DIR/externalpackages/petsc/install" \
17 --with-graphics-lib="/usr/lib64/libX11.so" \
18 --with-cxxoptflags="-g -O2" \
19 --with-vendor="intel-pleiades-gcc"
Note: See TracBrowser for help on using the repository browser.