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
...
LSF 10.1 makes use of Linux control groups (cgroups) to limit the CPU cores and memory that a job can use. The goal is to isolate the jobs from each other and prevent them from consuming all the resources on a machine. All LSF job processes are controlled by the Linux cgroup system. If the a job's processes on a host use more memory than it requested, the job will be terminated by the Linux cgroup memory sub-system.
...
Difference in LSF configuration on Juno vs Luna
- There is no "iounits" resource on Juno.
- Memory (GB) is per slot/task on Juno. Memory(GB) is per job on Luna.
- All jobs should have -W (Walltime) on Juno. LSF enforced enforces it. Please, don't use -We on Juno.
- All nodes on Juno will have internet access.
- GPFS and OS reserve 10GB of RAM per host on Juno CentOS7 hosts. Usable memory for LSF jobs: Total RAM - 10 GB.