Changes between Version 1 and Version 2 of Workshops/IntroToHpc2015/using


Ignore:
Timestamp:
07/14/20 14:23:21 (4 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToHpc2015/using

    v1 v2  
    281281`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.
    282282
    283 '''FOR WORKSHOP'''
     283===== Switch partition/qos =====
     284In default, 'idev' submits a job with partition=normal and qos=normal.
     285To use 'long',
     286
     287{{{
     288export MY_QUEUE=long
     289export MY_HOURS=48
     290idev
     291}}}
     292
     293To use 'interactive' (see [https://wiki.hpc.tulane.edu/trac/wiki/cypress/about#SLURMresourcemanager here].)
     294{{{
     295export MY_PARTITION=interactive
     296export MY_QUEUE=interactive
     297idev
     298}}}
     299
     300====== FOR WORKSHOP ======
    284301{{{#!bash
    285302export MY_PARTITION=workshop