Jobscript
Revision as of 12:23, 28 March 2018 by Nina-loseke-fd7a@rwth-aachen.de (talk | contribs)
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.