Versions Compared

Key

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

...

To submit a job to CentOS 7 nodes use either of these formats:

Code Block
languagebash
bsub -n 1 -W 1:00 -R "rusage[mem=2]"
bsub -n 1 -W 1:00 -app anyOS -R "select[type==CentOS7]" -R "rusage[mem=2]"


To submit a job to CentOS 6 nodes:

Code Block
languagebash
bsub -n 1 -app anyOS -W 1:00 -app anyOS -R "rusageselect[memtype==2CentOS6]" -R "selectrusage[typemem==CentOS62]"


To submit a job to any nodes, running either CentOS 6 or 7:
 

Code Block
languagebash
bsub -n 1 -app anyOS -W 1:00 -app anyOS -R "rusage[mem=2]"

To submit a job to nodes with NVMe /fscratch:

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