Last change
on this file since 15396 was 15396, checked in by Mathieu Morlighem, 12 years ago |
merged trunk-jpl and trunk for revision 15394
|
-
Property svn:executable
set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | ./configure \
|
---|
4 | --prefix=$ISSM_DIR \
|
---|
5 | --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
|
---|
6 | --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich" \
|
---|
7 | --with-matlab-dir=$MATLAB_DIR \
|
---|
8 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
9 | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
|
---|
10 | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install/lib \
|
---|
11 | --with-graphics-lib=/usr/lib64/libX11.so \
|
---|
12 | --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install" \
|
---|
13 | --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
|
---|
14 | --with-cxxoptflags="-mtune=barcelona -ffast-math -O3 -msse4.2 -Wno-write-strings "\
|
---|
15 | --with-numthreads=18 \
|
---|
16 | --enable-debugging \
|
---|
17 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
|
---|
18 |
|
---|
19 |
|
---|
20 | # --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
21 | # --with-petsc-arch=$ISSM_ARCH \
|
---|
22 | # --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
|
---|
23 | # --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
|
---|
24 | # --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
25 | # --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
26 | # --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
27 | # --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
|
---|
Note:
See
TracBrowser
for help on using the repository browser.