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
The new Juno cluster is now available to the test users only. Please, create a request if you want to participate. The system It is currently composed of 216 CPUs. The system is running the login node name is juno. It's a CentOS 7.3 host. The latest CentOS 7.3 Linux operating system is on x01nodes x01-x10 nodes x10 and the Centos 6.9 Linux operating system is on u14 node . The login node name is juno. It's a CentOS 7.3 host. The all u14 . All cluster nodes have access to Isilon solisi File file system. The CentOS 7.3 nodes have access to the GPFS storage cluster named luna.
...
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 job processes on a host use more memory than it requested, the job will be terminated by the Linux cgroup memory sub-system.
New LSF cluster level
...
resource configurations
Memory is consumable resource in GB per slot (-n).
All jobs should specify Walltime (-W), otherwise the default Walltime 6 hours will be used.
LSF will terminate the job if it exceeds the Walltime.
The maximum Walltime for sol_new queue is 744 hours (31 days).
Job Submission
The default operating system for Juno jobs is CentOS 6.9. User Users can request that job jobs will run on the one specific type of operating systems system or any operating system.
To submit the job to default (CentOS 6.9) operating system:
...