General Documentation
- Welcome FAQ
- Secure Shell SSH
- Available Software
- Installing Software
- Guidelines and Policies
- Glossary
- Grant Support
- Sharing Data
- Containers & Singularity
- UserGroup Presentations
- Jupyter Notebook Usage
LSF Primer
Lilac Cluster Guide
Juno Cluster Guide
Cloud Resources
Backup Policy on server/node local drives
File lists
Page History
...
Table of Contents |
---|
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 | ||
---|---|---|
| ||
bsub -n 1 -q control -M 1 |
Job Resource Control Enforcement in LSF with cgroups
...