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

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

Different gfortran location

  • Property svn:executable set to *
File size: 1.8 KB
Line 
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-mpi-include=$ISSM_TIER/externalpackages/mpich2/install/include \
11 --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 " \
12 --without-blas-lapack-dir \
13 --with-chaco-dir=$ISSM_TIER/externalpackages/chaco/install \
14 --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a" \
15 --with-dakota-dir=$ISSM_TIER/externalpackages/dakota/install \
16 --with-math-lib="/usr/lib/libm.dylib" \
17 --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
18 --with-cxxoptflags=" -fno-common -no-cpp-precomp -fexceptions -arch x86_64 -mmacosx-version-min=10.5 -O3 -DNDEBUG -w "\
19 --with-adic2-dir=$ISSM_TIER/externalpackages/adic/install/ \
20 --with-adolc-dir=$ISSM_TIER/externalpackages/adolc/install/ \
21 --with-numthreads=8 \
22 --without-thermal \
23 --without-control \
24 --without-hydrology \
25 --without-diagnostic \
26 --without-balanced \
27 --without-responses \
28 --without-slope \
29 --without-rifts \
30 --without-steadystate \
31 --without-transient \
32 --without-3d \
33 --without-groundingline
34
35#--without-prognostic \
36#--with-petsc-dir=$ISSM_TIER/externalpackages/petsc/install \
37#--with-petsc-arch=$ISSM_ARCH \
38#--with-blas-lapack-dir=$ISSM_TIER/externalpackages/petsc/install \
39#--with-plapack-lib="-L$ISSM_TIER/externalpackages/petsc/install/ -lPLAPACK" \
40#--with-plapack-include="-I$ISSM_TIER/externalpackages/petsc/install/include/ " \
41#--with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \
42#--with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \
43#--with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/ \
Note: See TracBrowser for help on using the repository browser.