Changeset 6915
- Timestamp:
- 01/04/11 07:59:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/petsc/configs/3.1-p7/linux64/configure.sh
r6879 r6915 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/src" --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 --with-pic=1 2 ./config/configure.py \ 3 --prefix="$ISSM_TIER/externalpackages/petsc/install" \ 4 --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install \ 5 --PETSC_ARCH=linux-gnu-amd64 \ 6 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \ 7 --with-debugging=0 \ 8 --with-shared=0 \ 9 --download-mumps=yes \ 10 --download-scalapack=yes \ 11 --download-blacs=yes \ 12 --download-blas=yes \ 13 --download-f-blas-lapack=yes \ 14 --download-parmetis=yes \ 15 --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include \ 16 --download-plapack=yes \ 17 --COPTFLAGS="-march=opteron -O2" \ 18 --FOPTFLAGS="-march=opteron -O2" \ 19 --CXXOPTFLAGS="-march=opteron -O2" \ 20 --with-pic=1
Note:
See TracChangeset
for help on using the changeset viewer.