Difference between revisions of "Job management with LSF"
From ScientificComputing
Line 5: | Line 5: | ||
<td style="width: 30%; background: white; text-align: center;"> | <td style="width: 30%; background: white; text-align: center;"> | ||
− | [[File: | + | [[File:batch_system.png|500px]] |
+ | </td> | ||
+ | <td style="width: 5%;> | ||
</td> | </td> | ||
<td style="width: 40%; background: white; text-align: left;> | <td style="width: 40%; background: white; text-align: left;> |
Revision as of 11:49, 5 February 2021
Why 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?
- 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