Changeset 6893
- Timestamp:
- 01/03/11 15:16:57 (14 years ago)
- Location:
- issm/trunk/externalpackages/petsc/configs/3.1-p7
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/petsc/configs/3.1-p7/altix64/configure.sh
r6879 r6893 4 4 PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install 5 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 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 7 9 8 10 #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 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 -
issm/trunk/externalpackages/petsc/configs/3.1-p7/linux32-cosmos/configure.sh
r6879 r6893 1 1 PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install 2 2 3 ./config/configure.py --prefix=$PETSC_DIR --with-batch=1 --ISSM_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR --with-debugging=no COPTFLAGS=-O3 FOPTFLAGS=-O3 --with-blas-lapack-dir=/opt/intel/mkl/10.0.5.025/ --with-mpi-dir=/opt/mpich/gm/intel10.1/ --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-plapack=yes --FFLAGS=-I/usr/include --with-mpi-shared=0 3 ./config/configure.py \ 4 --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \ 5 --with-batch=1 --ISSM_ARCH=$ISSM_ARCH --with-debugging=no COPTFLAGS=-O3 FOPTFLAGS=-O3 --with-blas-lapack-dir=/opt/intel/mkl/10.0.5.025/ --with-mpi-dir=/opt/mpich/gm/intel10.1/ --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-plapack=yes --FFLAGS=-I/usr/include --with-mpi-shared=0 --download-parmetis=yes -
issm/trunk/externalpackages/petsc/configs/3.1-p7/macosx32/configure.sh
r6879 r6893 1 1 #!/bin/bash 2 ./config/configure.py --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=/usr/local/bin/gfortran --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 -L$ISSM_TIER/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran" --download-plapack=yes 2 ./config/configure.py \ 3 --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \ 4 --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --with-fc=/usr/local/bin/gfortran --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 -L$ISSM_TIER/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran" --download-plapack=yes --download-parmetis=yes -
issm/trunk/externalpackages/petsc/configs/3.1-p7/macosx64/configure.sh
r6879 r6893 1 1 #!/bin/bash 2 ./config/configure.py --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-fc=/usr/local/bin/gfortran --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 -m64" --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes 2 ./config/configure.py \ 3 --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \ 4 --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --with-debugging=0 --with-fc=/usr/local/bin/gfortran --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 -m64" --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes -
issm/trunk/externalpackages/petsc/configs/3.1-p7/winxp32/configure.sh
r6879 r6893 1 1 #!/bin/bash 2 ./config/configure.py --with-parallel-no --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_ARCH=cygwin-intel --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-mpi=0 --download-c-blas-lapack=1 2 ./config/configure.py --with-parallel-no --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_ARCH=cygwin-intel --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-mpi=0 --download-c-blas-lapack=1 --download-parmetis=yes
Note:
See TracChangeset
for help on using the changeset viewer.