Changes between Version 30 and Version 31 of cypress/using


Ignore:
Timestamp:
08/19/15 19:35:23 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v30 v31  
    280280Note the prompt, "cypress01-100", in the above session. It is your interactive compute-node prompt. You can load modules, compile codes and test codes.
    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.
     282
     283'''FOR WORKSHOP'''
     284{{{#!bash
     285export MY_PARTITION=workshop
     286export MY_QUEUE=workshop
     287idev -c 4 --gres=0
     288}}}
    282289
    283290==== Options ====