source: issm/trunk/configs/config-linux64-murdo-ad.sh@ 12332

Last change on this file since 12332 was 12332, checked in by Mathieu Morlighem, 13 years ago

merged trunk-jpl and trunk for revision 12326M

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1#!/bin/sh
2
3./configure \
4 --prefix=$ISSM_DIR \
5 --with-serial=no\
6 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
7 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
8 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
9 --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich" \
10 --with-petsc-arch=$ISSM_ARCH \
11 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
12 --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
13 --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
14 --with-blacs-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-ml-dir=$ISSM_DIR/externalpackages/petsc/install/ \
18 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
19 --with-graphics-lib=/usr/lib64/libX11.so \
20 --with-cxxoptflags="-mtune=barcelona -ffast-math -O3 -msse4.2 -Wno-write-strings "\
21 --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/ -lg2c /usr/lib/gcc/x86_64-redhat-linux/4.1.1/libgfortran.a" \
22 --with-adic2-dir=$ISSM_DIR/externalpackages/adic/install/ \
23--with-numthreads=24 \
24 --without-thermal \
25 --without-control \
26 --without-hydrology \
27 --without-diagnostic \
28 --without-balanced \
29 --without-responses \
30 --without-slope \
31 --without-rifts \
32 --without-steadystate \
33 --without-transient \
34 --without-3d \
35 --without-groundingline
36
37#--without-prognostic \
Note: See TracBrowser for help on using the repository browser.