Jobscript

From HPC Wiki
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 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.