Jobscript

From HPC Wiki
Revision as of 13:19, 28 March 2018 by Nina-loseke-fd7a@rwth-aachen.de (talk | contribs) (Created page with "== General == A jobscript can be used to submit the job you wish to execute to a batch system. It is similar to a sh-file, but besides shell commands, you can put the so...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

General

A jobscript can be used to submit the job you wish to execute to a batch system. It is similar to a sh-file, but besides shell commands, you can put the so called magic cookies #BSUB. This allows you to specify the time and memory your application requires or - if your code runs in parallel - the number of compute slots to employ etc.