Last change
on this file since 16137 was 16137, checked in by Mathieu Morlighem, 11 years ago |
merged trunk-jpl and trunk for revision 16135
|
-
Property svn:executable
set to
*
|
File size:
802 bytes
|
Rev | Line | |
---|
[11768] | 1 | #!/bin/sh
|
---|
| 2 | ./configure \
|
---|
[16137] | 3 | --prefix=$ISSM_DIR\
|
---|
| 4 | --with-matlab-dir=$MATLAB_DIR \
|
---|
| 5 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
| 6 | --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 7 | --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
|
---|
| 8 | --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich" \
|
---|
| 9 | --with-graphics-lib="/usr/lib/x86_64-linux-gnu/libX11.so" \
|
---|
| 10 | --with-cxxoptflags="-mtune=barcelona -ffast-math -O3 -msse4.2 -Wno-write-strings "\
|
---|
| 11 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 12 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 13 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install\
|
---|
| 14 | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 15 | --with-numthreads=18 \
|
---|
| 16 | --enable-debugging
|
---|
Note:
See
TracBrowser
for help on using the repository browser.