Last change
on this file since 6903 was 6903, checked in by Mathieu Morlighem, 14 years ago |
minor
|
-
Property svn:executable
set to
*
|
File size:
1.2 KB
|
Rev | Line | |
---|
[3223] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
[6903] | 3 | ./configure \
|
---|
| 4 | --prefix=$ISSM_TIER \
|
---|
| 5 | --with-matlab-dir=$MATLAB_DIR \
|
---|
| 6 | --with-triangle-dir=$ISSM_TIER/externalpackages/triangle/install \
|
---|
| 7 | --with-metis-dir=$ISSM_TIER/externalpackages/metis/install \
|
---|
| 8 | --with-petsc-dir=$ISSM_TIER/externalpackages/petsc/install \
|
---|
| 9 | --with-petsc-version=3 \
|
---|
| 10 | --with-mpi-include=$ISSM_TIER/externalpackages/mpich2/install/include \
|
---|
| 11 | --with-mpi-lib="-L$ISSM_TIER/externalpackages/mpich2/install/lib/ -lmpich" \
|
---|
| 12 | --with-petsc-arch=$ISSM_ARCH \
|
---|
| 13 | --with-dakota-dir=$ISSM_TIER/externalpackages/dakota/install \
|
---|
| 14 | --with-blas-lapack-dir=$ISSM_TIER/externalpackages/petsc/install \
|
---|
| 15 | --with-plapack-lib="-L $ISSM_TIER/externalpackages/petsc/install/ -lPLAPACK" \
|
---|
| 16 | --with-plapack-include="-I $ISSM_TIER/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
|
---|
| 17 | --with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \
|
---|
| 18 | --with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \
|
---|
| 19 | --with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/ \
|
---|
| 20 | --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/ -lgfortran" \
|
---|
| 21 | --with-graphics-lib=/usr/lib64/libX11.so \
|
---|
| 22 | --with-cxxoptflags="-march=opteron -O2" \
|
---|
| 23 | --with-numthreads=32
|
---|
Note:
See
TracBrowser
for help on using the repository browser.