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
...
Code Block | ||
---|---|---|
| ||
bsub -n 1 -app anyOS -W 1:00 -R "rusage[mem=2]" |
To submit the job on node with available NVMe scratch /fscratch :
Code Block | ||
---|---|---|
| ||
bsub -n 1 -R "fscratch" .... |