Last change
on this file since 12157 was 12157, checked in by Mathieu Morlighem, 13 years ago |
Changing ISSM_TIER to ISSM_DIR
|
-
Property svn:executable
set to
*
|
File size:
1.7 KB
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | #petsc 3.2
|
---|
4 | #mpich 1.4
|
---|
5 |
|
---|
6 | ./configure \
|
---|
7 | --with-serial=no\
|
---|
8 | --prefix=$ISSM_DIR \
|
---|
9 | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
|
---|
10 | --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
|
---|
11 | --with-mpi-lib=" $ISSM_DIR/externalpackages/mpich2/install/lib/libpmpich.a $ISSM_DIR/externalpackages/mpich2/install/lib/libmpich.a $ISSM_DIR/externalpackages/mpich2/install/lib/libmpl.a " \
|
---|
12 | --without-blas-lapack-dir \
|
---|
13 | --with-chaco-dir=$ISSM_DIR/externalpackages/chaco/install \
|
---|
14 | --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a" \
|
---|
15 | --with-dakota-dir=$ISSM_DIR/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_DIR/externalpackages/adic/install/ \
|
---|
20 | --with-adolc-dir=$ISSM_DIR/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_DIR/externalpackages/petsc/install \
|
---|
37 | #--with-petsc-arch=$ISSM_ARCH \
|
---|
38 | #--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
39 | #--with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
|
---|
40 | #--with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/include/ " \
|
---|
41 | #--with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
42 | #--with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
43 | #--with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
Note:
See
TracBrowser
for help on using the repository browser.