Changes between Version 28 and Version 29 of cypress/using
- Timestamp:
- 08/19/15 12:00:12 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v28 v29 51 51 #SBATCH --output=Hi.out ### File in which to store job output 52 52 #SBATCH --error=Hi.err ### File in which to store job error messages 53 #SBATCH --qos=normal ### Quality of Service (like a queue in PBS) 53 #SBATCH --qos=workshop ### Quality of Service (like a queue in PBS) 54 #SBATCH --partition=workshop ### Partition to run on (not needed with normal and long queues) 54 55 #SBATCH --time=0-00:01:00 ### Wall clock time limit in Days-HH:MM:SS 55 56 #SBATCH --nodes=1 ### Node count required for the job