Versions Compared

Key

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

...

Resource requirements can be specified using the "-R" option.  For example, to make sure that a job is run on a node with 1 GB (or more) of available memory, use the following: 

Code Blockpanel

bsub

-q

psnehq

-R

"rusage

[

mem=1024

]

"

my_program