source: issm/trunk-jpl/configs/config-macosx64-larour-ad.sh@ 11663

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

Added new configuration file + new validation test configuration file

  • Property svn:executable set to *
File size: 1.7 KB
RevLine 
[11663]1#!/bin/sh
2
3#petsc 3.2
4#mpich 1.4
5
6./configure \
7 --with-serial=no\
8 --prefix=$ISSM_TIER \
9 --with-metis-dir=$ISSM_TIER/externalpackages/metis/install \
10 --with-petsc-dir=$ISSM_TIER/externalpackages/petsc/install \
11 --with-mpi-include=$ISSM_TIER/externalpackages/mpich2/install/include \
12 --with-mpi-lib=" $ISSM_TIER/externalpackages/mpich2/install/lib/libpmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpl.a " \
13 --with-petsc-arch=$ISSM_ARCH \
14 --with-blas-lapack-dir=$ISSM_TIER/externalpackages/petsc/install \
15 --with-chaco-dir=$ISSM_TIER/externalpackages/chaco/install \
16 --with-plapack-lib="-L$ISSM_TIER/externalpackages/petsc/install/ -lPLAPACK" \
17 --with-plapack-include="-I$ISSM_TIER/externalpackages/petsc/install/include/ " \
18 --with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \
19 --with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \
20 --with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/ \
21 --with-fortran-lib="/usr/local/lib/libgfortran.a" \
22 --with-dakota-dir=$ISSM_TIER/externalpackages/dakota/install \
23 --with-math-lib="/usr/lib/libm.dylib" \
24 --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
25 --with-cxxoptflags=" -fno-common -no-cpp-precomp -fexceptions -arch x86_64 -mmacosx-version-min=10.5 -O3 -DNDEBUG -w "\
26 --with-adic2-dir=$ISSM_TIER/externalpackages/adic/install/ \
27 --with-adolc-dir=$ISSM_TIER/externalpackages/adolc/install/ \
28 --with-numthreads=8 \
29 --without-thermal \
30 --without-control \
31 --without-hydrology \
32 --without-diagnostic \
33 --without-balanced \
34 --without-responses \
35 --without-slope \
36 --without-rifts \
37 --without-steadystate \
38 --without-transient \
39 --without-3d \
40 --without-groundingline
41
42#--without-prognostic \
43
44
Note: See TracBrowser for help on using the repository browser.