Versions Compared

Key

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

...

Table of Contents
Configuration change log

December 17, 2018: The new queue "control" has been added. Please, check "Qeueus"

November 28, 2018: The default OS type is CentOS07. Please, check "Job Submission"

...

The Juno cluster uses LSF (Load Sharing Facility) 10.1FP6 from IBM to schedule jobs. The Juno cluster has two queues: general and control. The default queue, ‘general’, includes all Juno compute nodes.

The control queue doesn't have walltime limitation and has one node with 144 oversubscribed slots. The control queue should be used only for monitoring or control jobs (the jobs which doesn't use real CPU and memory resources).

To submit the job to the control queue:

Code Block
languagebash
bsub -n 1 -q control  -M 1 

 

Job Resource Control Enforcement in LSF with cgroups

...