Versions Compared

Key

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

...

Queue name: general

Operating System: CentOS 76

Number of slots (-n): 1

Maximum Waltime (job runtime): 6 hours

...

By default jobs submitted on juno only run on CentOS 7 6 nodes. Users can specify CentOS 7 nodes (with GPFS), CentOS 6 nodes (Isilon only), or either type.

To submit a job to CentOS 7 6 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==CentOS7CentOS6]" -R "rusage[mem=2]"


To submit a job to CentOS 6 7 nodes:

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


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

...

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