Changeset 6737
- Timestamp:
- 12/16/10 17:10:32 (14 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/petsc/configs/2.3.2-p3/linux64/configure.sh
r6082 r6737 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 --download-plapack=yes--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 --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" -
issm/trunk/externalpackages/petsc/configs/3.0.0-p11/linux64/configure.sh
r6082 r6737 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-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/installdir" --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
r3374 r6737 7 7 #2.3.2-p3 8 8 #3.0.0-p11 9 #3.1-p6 9 10 10 11 #version of petsc? 11 #version='3.0.0-p11' 12 version='2.3.2-p3'; #default for now! (nightly runs)12 version='3.1-p6'; 13 #version='2.3.2-p3'; #default for now! (nightly runs) 13 14 14 15 #Some cleanup -
issm/trunk/test/NightlyRun/test122.m
r5964 r6737 4 4 md=extrude(md,3,1); 5 5 md=setelementstype(md,'pattyn','all'); 6 md=SetParallel(md, 3);6 md=SetParallel(md,1); 7 7 md=solve(md,'analysis_type',Transient3DSolutionEnum); 8 8 -
issm/trunk/test/NightlyRun/test224.m
r6264 r6737 17 17 md.vx_obs=md.vx; md.vy_obs=md.vy; 18 18 19 md.verbose=verbose('solution','true','control','true'); 19 20 md=SetParallel(md,3); 20 21 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
Note:
See TracChangeset
for help on using the changeset viewer.