Difference between revisions of "Jobscript"
Jump to navigation
Jump to search
(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...") |
|||
Line 1: | Line 1: | ||
== General == | == 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 | + | A jobscript can be used to submit the job you wish to execute to a batch system. It is similar to a [[sh-file]] and generally uses the same format, but is more powerful. Besides shell commands, you can put the so called magic cookie #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. |
Revision as of 12:23, 28 March 2018
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 and generally uses the same format, but is more powerful. Besides shell commands, you can put the so called magic cookie #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.