Changeset 19952
- Timestamp:
- 01/14/16 18:18:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/petsc/install-3.6-lonestar.sh ¶
r19581 r19952 20 20 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 21 21 --with-blas-lapack-dir="$TACC_MKL_LIB" \ 22 --with-mpi-lib="/opt/ apps/intel11_1/mvapich2/1.6/lib/libmpich.so" \23 --with-mpi-include="/opt/ apps/intel11_1/mvapich2/1.6/include/" \22 --with-mpi-lib="/opt/cray/mpt/default/gni/mpich-cray64/8.3/lib/libmpich.so" \ 23 --with-mpi-include="/opt/cray/mpt/default/gni/mpich-cray64/8.3/include" \ 24 24 --known-mpi-shared-libraries=1 \ 25 25 --with-debugging=0 \ … … 37 37 cat > script.queue << EOF 38 38 #!/bin/bash 39 #$ -V #Inherit the submission environment 40 #$ -cwd # Start job in submission directory 41 #$ -N petscinstall # Job Name 42 #$ -j y # Combine stderr and stdout 43 #$ -pe 12way 12 # Requests 12 tasks/node, 12 cores total 44 #$ -q normal # Queue name normal 45 #$ -l h_rt=00:01:00 # Run time (hh:mm:ss) - 1.5 hours 39 #SBATCH -J petscinstall # Job Name 40 #SBATCH -n 12 # Requests 12 tasks/node, 12 cores total 41 #SBATCH -N 1 # Requests 12 tasks/node, 12 cores total 42 #SBATCH -p normal # Queue name normal 43 #SBATCH -t 00:01:00 # Run time (hh:mm:ss) - 1.5 hours 46 44 set -x # Echo commands, use set echo with csh 47 48 module load mkl/10.349 45 50 46 mpiexec -np 1 ./conftest-arch-linux2-c-opt
Note:
See TracChangeset
for help on using the changeset viewer.