Last change
on this file since 6893 was 6893, checked in by Mathieu Morlighem, 14 years ago |
updated some configs
|
-
Property svn:executable
set to
*
|
File size:
1.2 KB
|
Line | |
---|
1 | #After Plapack is fixed
|
---|
2 |
|
---|
3 | #set PETSC_DIR variable, in case.
|
---|
4 | PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install
|
---|
5 |
|
---|
6 | ./config/configure.py \
|
---|
7 | --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
|
---|
8 | --with-batch=1 --ISSM_ARCH=$ISSM_ARCH --with-debugging=no --with-shared=0 COPTFLAGS=-O3 FOPTFLAGS=-O3 --with-blas-lapack-dir=/opt/intel/mkl/9.1.023 --with-mpi-lib=/usr/lib/libmpi.so --with-mpi-include=/usr/include --with-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --with-plapack-dir=$PETSC_DIR/externalpackages/PLAPACKR32-hg/$ISSM_ARCH --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort --download-parmetis=yes
|
---|
9 |
|
---|
10 | #Before Plapack implodes
|
---|
11 | #./config/configure.py \
|
---|
12 | # --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
|
---|
13 | # --ISSM_ARCH=$ISSM_ARCH --with-debugging=no --with-shared=0 COPTFLAGS=-O3 FOPTFLAGS=-O3 --with-blas-lapack-dir=/opt/intel/mkl/9.1.023 --with-mpi-lib=/usr/lib/libmpi.so --with-mpi-include=/usr/include --with-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-plapack=yes --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort --download-parmetis=yes
|
---|
Note:
See
TracBrowser
for help on using the repository browser.