Changeset 3140
- Timestamp:
- 02/25/10 22:05:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/petsc/configs/pleiades/configure.sh
r3125 r3140 4 4 PETSC_DIR=$ISSM_DIR/externalpackages/petsc/install 5 5 6 ./config/configure.py --prefix=$PETSC_DIR --with-batch=1 --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR --with-debugging=no --with-shared=0 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so --with-mpi-include=/nasa/sgi/mpt/1.23.nas/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 --COPTFLAGS=" -march=-O3 -xSSE4.2" --FOPTFLAGS="-march=-O3 -xSSE4.2" --CXXOPTFLAGS="-march=-O3 -xSSE4.2"6 ./config/configure.py --prefix=$PETSC_DIR --with-batch=1 --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR --with-debugging=no --with-shared=0 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so --with-mpi-include=/nasa/sgi/mpt/1.23.nas/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 --COPTFLAGS=" -O3 -xS" --FOPTFLAGS=" -O3 -xS" --CXXOPTFLAGS=" -O3 -xS" 7 7 8 8 #Before Plapack implodes 9 #./config/configure.py --prefix=$PETSC_DIR --with-batch=1 --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR --with-debugging=no --with-shared=0 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so --with-mpi-include=/nasa/sgi/mpt/1.23.nas/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 --COPTFLAGS=" -march=-O3 -xSSE4.2" --FOPTFLAGS="-march=-O3 -xSSE4.2" --CXXOPTFLAGS="-march=-O3 -xSSE4.2"9 #./config/configure.py --prefix=$PETSC_DIR --with-batch=1 --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR --with-debugging=no --with-shared=0 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so --with-mpi-include=/nasa/sgi/mpt/1.23.nas/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 --COPTFLAGS=" -O3 -xS" --FOPTFLAGS=" -O3 -xS" --CXXOPTFLAGS=" -O3 -xS"
Note:
See TracChangeset
for help on using the changeset viewer.