Last change
on this file since 12332 was 12332, checked in by Mathieu Morlighem, 13 years ago |
merged trunk-jpl and trunk for revision 12326M
|
-
Property svn:executable
set to
*
|
File size:
1.3 KB
|
Rev | Line | |
---|
[11768] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | ./configure \
|
---|
[12332] | 4 | --prefix=$ISSM_DIR \
|
---|
| 5 | --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
|
---|
| 6 | --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich" \
|
---|
[11768] | 7 | --with-matlab-dir=$MATLAB_DIR \
|
---|
[12332] | 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 \
|
---|
[11768] | 11 | --with-graphics-lib=/usr/lib64/libX11.so \
|
---|
[12332] | 12 | --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install" \
|
---|
| 13 | --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
|
---|
[11768] | 14 | --with-cxxoptflags="-mtune=barcelona -ffast-math -O3 -msse4.2 -Wno-write-strings "\
|
---|
| 15 | --with-numthreads=18 \
|
---|
| 16 | --enable-debugging \
|
---|
[12332] | 17 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
|
---|
[11768] | 18 |
|
---|
| 19 |
|
---|
[12332] | 20 | # --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
[11768] | 21 | # --with-petsc-arch=$ISSM_ARCH \
|
---|
[12332] | 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.