Last change
on this file since 14066 was 14066, checked in by Mathieu Morlighem, 12 years ago |
merged trunk and trunk-jpl
|
-
Property svn:executable
set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | #petsc 3.2
|
---|
4 | #mpich 1.4
|
---|
5 |
|
---|
6 | ./configure \
|
---|
7 | --prefix=$ISSM_DIR \
|
---|
8 | --with-matlab-dir=$MATLAB_DIR \
|
---|
9 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
10 | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
|
---|
11 | --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
|
---|
12 | --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 " \
|
---|
13 | --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a" \
|
---|
14 | --with-math-lib="/usr/lib/libm.dylib" \
|
---|
15 | --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
|
---|
16 | --with-cxxoptflags=" -fno-common -no-cpp-precomp -fexceptions -arch x86_64 -mmacosx-version-min=10.5 -O3 -DNDEBUG -w "\
|
---|
17 | --with-numthreads=2 \
|
---|
18 | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
19 | --with-petsc-arch=$ISSM_ARCH \
|
---|
20 | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
21 | --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
22 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
23 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.