<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bwhpc.de/wiki/index.php?action=history&amp;feed=atom&amp;title=Batch_script</id>
	<title>Batch script - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bwhpc.de/wiki/index.php?action=history&amp;feed=atom&amp;title=Batch_script"/>
	<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Batch_script&amp;action=history"/>
	<updated>2026-05-13T23:51:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Batch_script&amp;diff=12521&amp;oldid=prev</id>
		<title>K Siegmund: Created page with &quot;A &#039;&#039;&#039;batch script&#039;&#039;&#039; is usually a shell script, which consists of two parts:  * a header section, which contains special comments. These comments are ignored by the shell read...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Batch_script&amp;diff=12521&amp;oldid=prev"/>
		<updated>2024-01-08T14:21:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;A &amp;#039;&amp;#039;&amp;#039;batch script&amp;#039;&amp;#039;&amp;#039; is usually a shell script, which consists of two parts:  * a header section, which contains special comments. These comments are ignored by the shell read...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A &amp;#039;&amp;#039;&amp;#039;batch script&amp;#039;&amp;#039;&amp;#039; is usually a shell script, which consists of two parts:&lt;br /&gt;
&lt;br /&gt;
* a header section, which contains special comments. These comments are ignored by the shell reading the file, but are interpreted by the [[batch system]] and contain information on the resources needed by the job. Typically that is:&lt;br /&gt;
** number of compute cores (the smallest cpu unit on a computer able to run run one sequence of commands)&lt;br /&gt;
** the time the job will need to finish&lt;br /&gt;
** if required, disk space&lt;br /&gt;
** memory required by the job &lt;br /&gt;
* the (shell) script section, which is interpreted like any script. This contains a sequence of commands that do &lt;br /&gt;
** some preparatory tasks (copying files to the local disk)&lt;br /&gt;
** run the actual compute job&lt;br /&gt;
** copy data back to the user&amp;#039;s HOME directory and clean up after the job.&lt;/div&gt;</summary>
		<author><name>K Siegmund</name></author>
	</entry>
</feed>