Job management with LSF

From ScientificComputing
Revision as of 11:34, 1 February 2021 by Jarunanp (talk | contribs)

Jump to: navigation, search

250px

     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