Last change
on this file since 19105 was 19105, checked in by Mathieu Morlighem, 10 years ago |
merged trunk-jpl and trunk for revision 19103
|
-
Property svn:executable
set to
*
|
File size:
941 bytes
|
Rev | Line | |
---|
[16519] | 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-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
|
---|
| 14 | --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich -lmpl " \
|
---|
| 15 | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
[17806] | 16 | --with-tao-dir=$ISSM_DIR/externalpackages/tao/install/ \
|
---|
[16519] | 17 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 18 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 19 | --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/ -lgfortran" \
|
---|
| 20 | --with-graphics-lib="/usr/lib64/libX11.so.6" \
|
---|
| 21 | --with-cxxoptflags="-g -O2" \
|
---|
| 22 | --with-numthreads=8
|
---|
Note:
See
TracBrowser
for help on using the repository browser.