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 more resources that you request, the longer it will take for the LSF accumulate the resources to satisfy them. Jobs which request resources that the cluster does not possess will remain in the pending state indefinitely. These are the maximum resources available:
...
*The maximum walltime on lilac is 7 days and on Juno is 31 days. Jobs that are less than 6 hours can run on any node. But those longer than 6 hours can only run on nodes with SLA or on a subset of the shared nodes.
...
- Requested CPUs are not available for requested walltime. Cluster is busy (example).
- Requested RAM(memory) is not available for requested walltime.
- Requested RAM(memory) doesn't exist on cluster per host. The output from bjobs won't tell directly this reason.
- Requested GPUs are not available for requested walltime.
- GPU type doesn't exist on cluster. The correct syntax for available GPUs can be found with lshost --gpu
- Nodes are in system level reservation used for rolling upgrade or for scheduling cluster level downtime.
- Nodes are reserved under SLA.
...