Last change
on this file since 12878 was 12168, checked in by cborstad, 13 years ago |
merged trunk-jpl into branch through revision 12167
|
-
Property svn:executable
set to
*
|
File size:
1.4 KB
|
Rev | Line | |
---|
[12145] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | #External packages versions:
|
---|
| 4 | #petsc 3.1 or 3.2
|
---|
| 5 | #mpich 1.0.2
|
---|
| 6 |
|
---|
| 7 | ./configure \
|
---|
[12157] | 8 | --prefix=$ISSM_DIR \
|
---|
[12145] | 9 | --with-matlab-dir=$MATLAB_DIR \
|
---|
[12157] | 10 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
| 11 | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
|
---|
| 12 | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 13 | --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \
|
---|
| 14 | --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
|
---|
| 15 | --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich " \
|
---|
[12145] | 16 | --with-petsc-arch=$ISSM_ARCH \
|
---|
[12157] | 17 | --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
|
---|
| 18 | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 19 | --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
|
---|
| 20 | --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
|
---|
| 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/ \
|
---|
| 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" \
|
---|
[12145] | 27 | --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/ -lgfortran" \
|
---|
| 28 | --with-graphics-lib=/usr/lib64/libX11.so \
|
---|
| 29 | --with-cxxoptflags="-march=opteron -O2" \
|
---|
| 30 | --with-numthreads=32 \
|
---|
| 31 | --enable-debugging
|
---|
Note:
See
TracBrowser
for help on using the repository browser.