Difference between revisions of "Job management with LSF"

From ScientificComputing
Jump to: navigation, search
Line 32: Line 32:
 
<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">
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[Parallel job submission|'''2. Submit a parallel job''']]
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[Parallel job submission|'''2. Submit a parallel job''']]
 +
</div>
 +
 +
<div style="width: 60%; background:#B2D9EA; height: 35px; border-radius: 10px; padding: 5px; margin:5px">
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[GPU job submission|'''3. Submit a GPU 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">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[Job monitoring|'''3. Monitor a job''']]
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[Job monitoring|'''4. 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">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[Job output |'''4. Job output''']]
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[Job output |'''5. Job output''']]
 
</div>
 
</div>
  

Revision as of 10:02, 14 June 2021

< Modules_and_applications

Home

Submit a job >


Batch system.png

     1. Submit a job

     4. Monitor a job

     5. Job output

Why use the 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 >