Changes between Version 44 and Version 45 of cypress/using


Ignore:
Timestamp:
10/21/15 11:04:20 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v44 v45  
    5151#SBATCH --output=Hi.out       ### File in which to store job output
    5252#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)
    5554#SBATCH --time=0-00:01:00     ### Wall clock time limit in Days-HH:MM:SS
    5655#SBATCH --nodes=1             ### Node count required for the job
     
    281280`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.
    282281
    283 '''FOR WORKSHOP'''
    284 {{{#!bash
    285 export MY_PARTITION=workshop
    286 export MY_QUEUE=workshop
    287 idev -c 4 --gres=mic:0
    288 }}}
    289282
    290283==== Options ====