Last change
on this file since 12878 was 12168, checked in by cborstad, 13 years ago |
merged trunk-jpl into branch through revision 12167
|
-
Property svn:executable
set to
*
|
File size:
1010 bytes
|
Rev | Line | |
---|
[11174] | 1 | #!/bin/csh
|
---|
| 2 |
|
---|
| 3 | ./configure \
|
---|
[12168] | 4 | --prefix=$ISSM_DIR \
|
---|
| 5 | --with-modules=no \
|
---|
| 6 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
| 7 | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
|
---|
| 8 | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
[11174] | 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 \
|
---|
[12168] | 12 | --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
|
---|
[11174] | 13 | --with-mkl-dir=/nasa/intel/mkl/10.0.011/lib/64/ \
|
---|
[12168] | 14 | --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
|
---|
| 15 | --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
|
---|
| 16 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 17 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 18 | --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
[11174] | 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.