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
...
To submit a job to CentOS 7 nodes use either of these formats:
Code Block | ||
---|---|---|
| ||
bsub -n 1 -W 1:00 -R "rusage[mem=2]"
bsub -n 1 -W 1:00 -app anyOS -R "select[type==CentOS7]" -R "rusage[mem=2]" |
To submit a job to CentOS 6 nodes:
Code Block | ||
---|---|---|
| ||
bsub -n 1 -app anyOS -W 1:00 -app anyOS -R "rusageselect[memtype==2CentOS6]" -R "selectrusage[typemem==CentOS62]" |
To submit a job to any nodes, running either CentOS 6 or 7:
Code Block | ||
---|---|---|
| ||
bsub -n 1 -app anyOS -W 1:00 -app anyOS -R "rusage[mem=2]" |
To submit a job to nodes with NVMe /fscratch:
Code Block | ||
---|---|---|
| ||
bsub -n 1 -R "fscratch" .... |