Changeset 20599
- Timestamp:
- 05/10/16 15:30:50 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.5-greenplanet.sh
r19058 r20599 21 21 --prefix="$ISSM_DIR/externalpackages/petsc/install" \ 22 22 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 23 --with-blas-lapack-dir="/ opt/intel/mkl/10.2.4.032/" \24 --with-mpi-dir="/sopt/mpi/openmpi-1. 5.4_psm/intel/" \23 --with-blas-lapack-dir="/sopt/Intel/composer_xe_2015.0.090/mkl/" \ 24 --with-mpi-dir="/sopt/mpi/openmpi-1.8.3/intel_15.0.0/bin/" \ 25 25 --known-mpi-shared-libraries=1 \ 26 26 --with-debugging=0 \ … … 33 33 --download-parmetis=1 \ 34 34 --download-scalapack=1 \ 35 --download-mumps=1 \ 36 --COPTFLAGS="-lmpi -O3" \ 37 --FOPTFLAGS="-lmpi -O3" \ 38 --CXXOPTFLAGS="-lmpi -O3" 35 --download-mumps=1 39 36 40 37 #prepare script to reconfigure petsc 41 38 cat > script.queue << EOF 42 #PBS -S /bin/bash 43 #PBS -l nodes=1:ppn=1 44 #PBS -q c6145 45 #PBS -l walltime=10 39 #!/bin/bash 40 #SBATCH -p c6145 41 #SBATCH -N 1 -n 1 42 #SBATCH --mem-per-cpu=1gb 43 #SBATCH --time=10 44 #SBATCH --job-name=test 45 46 module load compiler/intel/15.0.0 47 module load mpi/openmpi/1.8.3/intel_15.0.0 46 48 47 49 cd $(echo $ISSM_DIR)/externalpackages/petsc/src/ … … 51 53 #print instructions 52 54 echo "== Now: cd src/ " 53 echo "== qsubscript.queue "55 echo "== sbatch script.queue " 54 56 echo "== Then run reconfigure script generated by PETSc and follow instructions"
Note:
See TracChangeset
for help on using the changeset viewer.