Changes between Version 44 and Version 45 of cypress/using
- Timestamp:
- 10/21/15 11:04:20 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v44 v45 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=workshop ### Quality of Service (like a queue in PBS) 54 #SBATCH --partition=workshop ### Partition to run on (not needed with normal and long queues) 53 #SBATCH --qos=normal ### Quality of Service (like a queue in PBS) 55 54 #SBATCH --time=0-00:01:00 ### Wall clock time limit in Days-HH:MM:SS 56 55 #SBATCH --nodes=1 ### Node count required for the job … … 281 280 `idev` transfers the environmental variables to computing node. Therefore, if you have loaded some modules on the login node, you don't have to load the same module again. 282 281 283 '''FOR WORKSHOP'''284 {{{#!bash285 export MY_PARTITION=workshop286 export MY_QUEUE=workshop287 idev -c 4 --gres=mic:0288 }}}289 282 290 283 ==== Options ====