Last change
on this file since 11427 was 11174, checked in by Mathieu Morlighem, 13 years ago |
WARNING: configuration files are now organized like external packages installation script: no more subdirectories
|
-
Property svn:executable
set to
*
|
File size:
1019 bytes
|
Line | |
---|
1 | #!/bin/csh
|
---|
2 |
|
---|
3 | ./configure \
|
---|
4 | --prefix=$ISSM_TIER \
|
---|
5 | --with-serial=no \
|
---|
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-mpi-include=/nasa/sgi/mpt/1.25/include \
|
---|
10 | --with-mpi-lib="-L/nasa/sgi/mpt/1.25/lib/ -lmpi -lpthread -lgfortran" \
|
---|
11 | --with-petsc-arch=$ISSM_ARCH \
|
---|
12 | --with-dakota-dir=$ISSM_TIER/externalpackages/dakota/install \
|
---|
13 | --with-mkl-dir=/nasa/intel/mkl/10.0.011/lib/64/ \
|
---|
14 | --with-plapack-lib="-L$ISSM_TIER/externalpackages/petsc/install/ -lPLAPACK" \
|
---|
15 | --with-plapack-include="-I$ISSM_TIER/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
|
---|
16 | --with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/ \
|
---|
17 | --with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \
|
---|
18 | --with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \
|
---|
19 | --with-graphics-lib=/usr/lib64/libX11.so \
|
---|
20 | --with-cxxoptflags="-O3 -xS" \
|
---|
21 | --with-vendor=intel-pleiades
|
---|
Note:
See
TracBrowser
for help on using the repository browser.