Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Memory is consumable resource in GB per slot/task (-n). 

All jobs should specify Walltime (-W), otherwise the default Walltime 6 hours will be used.

...

Code Block
languagebash
bsub -n 1 -R "fscratch" .... 

Difference in LSF configuration on Juno vs Luna

  1. There is no iounits on Juno
  2. Memory (GB) is per slot/task on Juno. Memory(GB) is per job on Luna.
  3. All jobs should have -W (Walltime) on Juno. LSF enforced it. Please, don't use -We on Juno.
  4. All nodes on Juno will have internet access.