Difference between revisions of "Job management with LSF"
From ScientificComputing
Line 10: | Line 10: | ||
<div style="width: 60%; background: #B2D9EA; height: 35px; border-radius: 10px; padding: 5px; margin:5px"> | <div style="width: 60%; background: #B2D9EA; height: 35px; border-radius: 10px; padding: 5px; margin:5px"> | ||
− | [[Job submission|1. Submit a job]] | + | [[Job submission|'''1. Submit a job''']] |
</div> | </div> | ||
<div style="width: 60%; background:#B2D9EA; height: 35px; border-radius: 10px; padding: 5px; margin:5px"> | <div style="width: 60%; background:#B2D9EA; height: 35px; border-radius: 10px; padding: 5px; margin:5px"> | ||
− | [[Parallel job submission|2. Submit a parallel job]] | + | [[Parallel job submission|'''2. Submit a parallel job''']] |
</div> | </div> | ||
<div style="width: 60%; background: #B2D9EA; height: 35px; border-radius: 10px; padding: 5px; margin:5px"> | <div style="width: 60%; background: #B2D9EA; height: 35px; border-radius: 10px; padding: 5px; margin:5px"> | ||
− | [[Job monitoring|3. Monitor a job]] | + | [[Job monitoring|'''3. Monitor a job''']] |
</div> | </div> | ||
<div style="width: 60%; background: #B2D9EA; height: 35px; border-radius: 10px; padding: 5px; margin:5px"> | <div style="width: 60%; background: #B2D9EA; height: 35px; border-radius: 10px; padding: 5px; margin:5px"> | ||
− | [[Job output | 4. Job output]] | + | [[Job output |'''4. Job output''']] |
</div> | </div> | ||
Line 35: | Line 35: | ||
</table> | </table> | ||
− | == | + | == Why should I use the LSF batch system? == |
− | + | Users can access the computing resources on the cluster solely through the batch system. On the ETH HPC clusters, we use the LSF batch system to manage computing jobs. | |
− | |||
− | |||
− | |||
− | == | + | == What are the steps to use the compute nodes on the cluster? == |
− | + | * Log in to a login node on the cluster | |
− | + | * Transfer your data to the cluster | |
− | + | * Load necessary modules | |
− | + | * Prepare a BSUB command with LSF options which request the computing resources that you need | |
− | + | * Submit a job with a BSUB command line or a job script | |
− | + | * Wait for your job to run | |
− | + | * Your job is run on compute nodes | |
− | + | * Get your job results and output | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 12:33, 1 February 2021
Why should I use the LSF batch system?
Users can access the computing resources on the cluster solely through the batch system. On the ETH HPC clusters, we use the LSF batch system to manage computing jobs.
What are the steps to use the compute nodes on the cluster?
- Log in to a login node on the cluster
- Transfer your data to the cluster
- Load necessary modules
- Prepare a BSUB command with LSF options which request the computing resources that you need
- Submit a job with a BSUB command line or a job script
- Wait for your job to run
- Your job is run on compute nodes
- Get your job results and output