Last change
on this file since 6879 was 6879, checked in by Eric.Larour, 14 years ago |
Added 3.1-p7 configuration
|
-
Property svn:executable
set to
*
|
File size:
1.1 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 --prefix=$PETSC_DIR --with-batch=1 --ISSM_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR --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
|
---|
7 |
|
---|
8 | #Before Plapack implodes
|
---|
9 | #./config/configure.py --prefix=$PETSC_DIR --with-batch=1 --ISSM_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR --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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.