Last change
on this file since 15226 was 15226, checked in by Mathieu Morlighem, 12 years ago |
CHG: now use PETSc 3.4 for NR
|
-
Property svn:executable
set to
*
|
File size:
1.5 KB
|
Rev | Line | |
---|
[15226] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | #External packages versions:
|
---|
| 4 | #petsc 3.4
|
---|
| 5 | #mpich 3.0
|
---|
| 6 |
|
---|
| 7 | ./configure \
|
---|
| 8 | --prefix=$ISSM_DIR \
|
---|
| 9 | --with-matlab-dir=$ISSM_DIR/externalpackages/matlab/install \
|
---|
| 10 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
| 11 | --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 12 | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 13 | --with-python-dir=$ISSM_DIR/externalpackages/python/install\
|
---|
| 14 | --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\
|
---|
| 15 | --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
|
---|
| 16 | --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \
|
---|
| 17 | --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
|
---|
| 18 | --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich -lmpl " \
|
---|
| 19 | --with-petsc-arch=$ISSM_ARCH \
|
---|
| 20 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
|
---|
| 21 | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 22 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 23 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 24 | --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install" \
|
---|
| 25 | --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
|
---|
| 26 | --with-shapelib-dir="$ISSM_DIR/externalpackages/shapelib/install" \
|
---|
| 27 | --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \
|
---|
| 28 | --with-graphics-lib="/usr/lib/x86_64-linux-gnu/libX11.so" \
|
---|
| 29 | --with-cxxoptflags="-march=opteron -O2" \
|
---|
| 30 | --with-numthreads=16 \
|
---|
| 31 | --enable-debugging
|
---|
Note:
See
TracBrowser
for help on using the repository browser.