Last change
on this file since 8169 was 8169, checked in by Mathieu Morlighem, 14 years ago |
Changed name to configure.sh
|
-
Property svn:executable
set to
*
|
File size:
1.4 KB
|
Rev | Line | |
---|
[3321] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
[8167] | 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=" $ISSM_TIER/externalpackages/mpich2/install/lib/libpmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpl.a " \
|
---|
| 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/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="/usr/local/lib/libgfortran.a" \
|
---|
| 21 | --with-math-lib="/usr/lib/libm.dylib" \
|
---|
| 22 | --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
|
---|
| 23 | --with-cxxoptflags=" -DMATLAB_MEX_FILE -fno-common -no-cpp-precomp -fexceptions -arch i386 -DMX_COMPAT_32 -O3 -DNDEBUG -w -Wwrite-strings" \
|
---|
| 24 | --with-numthreads=8
|
---|
Note:
See
TracBrowser
for help on using the repository browser.