Last change
on this file since 13975 was 13975, checked in by Mathieu Morlighem, 12 years ago |
merged trunk-jpl and trunk for revision 13974
|
-
Property svn:executable
set to
*
|
File size:
1.6 KB
|
Rev | Line | |
---|
[11847] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | #petsc 3.2
|
---|
| 4 | #mpich 1.4
|
---|
| 5 |
|
---|
| 6 | ./configure \
|
---|
[12332] | 7 | --prefix=$ISSM_DIR \
|
---|
| 8 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
| 9 | --with-python-dir=$ISSM_DIR/externalpackages/python/install\
|
---|
[13975] | 10 | --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\
|
---|
[12332] | 11 | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
|
---|
| 12 | --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
|
---|
| 13 | --with-mpi-lib=" $ISSM_DIR/externalpackages/mpich2/install/lib/libpmpich.a $ISSM_DIR/externalpackages/mpich2/install/lib/libmpich.a $ISSM_DIR/externalpackages/mpich2/install/lib/libmpl.a " \
|
---|
| 14 | --with-chaco-dir=$ISSM_DIR/externalpackages/chaco/install \
|
---|
[11931] | 15 | --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a" \
|
---|
[11847] | 16 | --with-math-lib="/usr/lib/libm.dylib" \
|
---|
| 17 | --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
|
---|
| 18 | --with-cxxoptflags=" -fno-common -no-cpp-precomp -fexceptions -arch x86_64 -mmacosx-version-min=10.5 -O3 -DNDEBUG -w "\
|
---|
| 19 | --with-numthreads=8 \
|
---|
[12332] | 20 | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
[11847] | 21 | --with-petsc-arch=$ISSM_ARCH \
|
---|
[12332] | 22 | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 23 | --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
|
---|
| 24 | --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/include/ " \
|
---|
| 25 | --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 26 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 27 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/
|
---|
| 28 | #--with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
|
---|
| 29 | #--with-boost-dir=$ISSM_DIR/externalpackages/boost/install/ \
|
---|
Note:
See
TracBrowser
for help on using the repository browser.