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
...
Memory is consumable resource in GB per slot/task (-n).
All jobs should specify Walltime (-W), otherwise the default Walltime 6 hours will be used.
...
Code Block | ||
---|---|---|
| ||
bsub -n 1 -R "fscratch" .... |
Difference in LSF configuration on Juno vs Luna
- There is no iounits 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 it. Please, don't use -We on Juno.
- All nodes on Juno will have internet access.