Changeset 19581
- Timestamp:
- 09/24/15 21:03:27 (9 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.6-lonestar.sh
r19556 r19581 37 37 cat > script.queue << EOF 38 38 #!/bin/bash 39 #$ -V 40 #$ -cwd 39 #$ -V #Inherit the submission environment 40 #$ -cwd # Start job in submission directory 41 41 #$ -N petscinstall # Job Name 42 #$ -j y # Combine stderr and stdout 43 #$ -o $JOB_NAME.o$JOB_ID # Name of the output file (eg. myMPI.oJobID) 44 #$ -pe 12way 12 # Requests 12 tasks/node, 12 cores total 45 #$ -q normal # Queue name normal 46 #$ -l h_rt=00:01:00 # Run time (hh:mm:ss) - 1.5 hours 47 set -x # Echo commands, use set echo with csh 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 46 set -x # Echo commands, use set echo with csh 48 47 49 module load cmake/2.8.750 48 module load mkl/10.3 51 49
Note:
See TracChangeset
for help on using the changeset viewer.