Difference between revisions of "Job management with LSF"

From ScientificComputing
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<table style="width: 100%;">
 +
<tr valign=top>
 +
<td style="width: 30%; text-align:left">
 +
< [[Modules_and_applications]]
 +
</td>
 +
<td style="width: 35%; text-align:center">
 +
[[Sandbox Home | Home]]
 +
</td>
 +
<td style="width: 35%; text-align:right">
 +
[[Job submission | Submit a job]] >
 +
</td>
 +
</tr>
 +
</table>
 +
 +
 
<table style="width: 100%;">
 
<table style="width: 100%;">
 
<tr valign=top>
 
<tr valign=top>

Revision as of 14:36, 12 May 2021

< Modules_and_applications

Home

Submit a job >


Batch system.png

     1. Submit a job

     3. Monitor a job

     4. Job output

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


< Modules_and_applications

Home

Submit a job >