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. It is currently composed of 216 CPUs. The login node name is juno. It's a CentOS 7.3 host. The latest CentOS 7.3 Linux operating system is on nodes jx01-jx10 and the Centos 6.9 Linux operating system is on node ju14 . All cluster nodes have access to Isilon solisi file system. The CentOS 7.3 nodes have access to the GPFS storage named juno.
...
Differences in LSF configuration on Juno vs Luna
- GPFS and OS reserve 12GB of RAM per host on Juno CentOS7 hosts. Usable memory for LSF jobs: Total RAM - 12 GB.
- Memory (GB) is per slot/task on Juno. Memory(GB) is per job on Luna.
- All jobs should have -W (Walltime) on Juno. LSF enforces it. Please, don't use -We on Juno.
- To check job information for DONE or EXIT jobs use "bhist -l JobID" or "bhist -n 0 -l JobID". Also "bacct" can be used. " bjobs -l JobID" should be used only for RUNNING or PEND jobs.
- There is no "iounits" resource on Juno.
...
Memory (-M or -R "rusage[mem=**]" ) is a consumable resource in requested as GB per slot/task (-n).
LSF will terminate the job if it exceeds requested memory (-M or -R "rusage[mem=**]" ).
...