Changes between Version 1 and Version 2 of Workshops/IntroToHpc2015/using
- Timestamp:
- 07/14/20 14:23:21 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/IntroToHpc2015/using
v1 v2 281 281 `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 282 283 '''FOR WORKSHOP''' 283 ===== Switch partition/qos ===== 284 In default, 'idev' submits a job with partition=normal and qos=normal. 285 To use 'long', 286 287 {{{ 288 export MY_QUEUE=long 289 export MY_HOURS=48 290 idev 291 }}} 292 293 To use 'interactive' (see [https://wiki.hpc.tulane.edu/trac/wiki/cypress/about#SLURMresourcemanager here].) 294 {{{ 295 export MY_PARTITION=interactive 296 export MY_QUEUE=interactive 297 idev 298 }}} 299 300 ====== FOR WORKSHOP ====== 284 301 {{{#!bash 285 302 export MY_PARTITION=workshop