Changeset 6739
- Timestamp:
- 12/16/10 17:16:53 (14 years ago)
- Location:
- issm/trunk/externalpackages/petsc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/petsc/configs/2.3.2-p3/linux64/configure.sh
r6737 r6739 1 1 #!/bin/bash 2 ./config/configure.py --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=1 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2"2 ./config/configure.py --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=1 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" -
issm/trunk/externalpackages/petsc/configs/3.0.0-p11/linux64/configure.sh
r6737 r6739 1 1 #!/bin/bash 2 ./config/configure.py --prefix="$ISSM_TIER/externalpackages/petsc/install dir" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes2 ./config/configure.py --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes -
issm/trunk/externalpackages/petsc/install.sh
r6737 r6739 7 7 #2.3.2-p3 8 8 #3.0.0-p11 9 #3.1-p610 9 11 10 #version of petsc? 12 version='3.1-p6'; 13 #version='2.3.2-p3'; #default for now! (nightly runs)11 #version='3.0.0-p11' 12 version='2.3.2-p3'; #default for now! (nightly runs) 14 13 15 14 #Some cleanup
Note:
See TracChangeset
for help on using the changeset viewer.