Changes between Version 30 and Version 31 of cypress/using
- Timestamp:
- 08/19/15 19:35:23 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v30 v31 280 280 Note the prompt, "cypress01-100", in the above session. It is your interactive compute-node prompt. You can load modules, compile codes and test codes. 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 283 '''FOR WORKSHOP''' 284 {{{#!bash 285 export MY_PARTITION=workshop 286 export MY_QUEUE=workshop 287 idev -c 4 --gres=0 288 }}} 282 289 283 290 ==== Options ====