<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.anunna.wur.nl/index.php?action=history&amp;feed=atom&amp;title=Partitions_%2F_Queues</id>
	<title>Partitions / Queues - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.anunna.wur.nl/index.php?action=history&amp;feed=atom&amp;title=Partitions_%2F_Queues"/>
	<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Partitions_/_Queues&amp;action=history"/>
	<updated>2026-06-18T11:08:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Partitions_/_Queues&amp;diff=2739&amp;oldid=prev</id>
		<title>Haars0011: Phase 1 § 4 P1.4.2: split Partitions / Queues out of Using Slurm § Queues (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Partitions_/_Queues&amp;diff=2739&amp;oldid=prev"/>
		<updated>2026-06-16T09:06:55Z</updated>

		<summary type="html">&lt;p&gt;Phase 1 § 4 P1.4.2: split Partitions / Queues out of Using Slurm § Queues (via create-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The SLURM scheduler on Anunna divides compute nodes into separate &amp;#039;&amp;#039;&amp;#039;partitions&amp;#039;&amp;#039;&amp;#039; (sometimes called queues). When you submit a job, you choose which partition it runs in by setting &amp;lt;code&amp;gt;--partition&amp;lt;/code&amp;gt; on your sbatch script.&lt;br /&gt;
&lt;br /&gt;
== Available partitions ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;main&amp;#039;&amp;#039;&amp;#039; — the default partition for CPU jobs. Use this unless you have a specific reason to pick another.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;gpu&amp;#039;&amp;#039;&amp;#039; — for jobs that need NVIDIA GPUs.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;gpu_amd&amp;#039;&amp;#039;&amp;#039; — for jobs that need AMD GPUs.&lt;br /&gt;
&lt;br /&gt;
To see the partitions currently available on the cluster, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sinfo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This lists every partition together with its state and the nodes that belong to it.&lt;br /&gt;
&lt;br /&gt;
== Selecting a partition ==&lt;br /&gt;
&lt;br /&gt;
The default partition is &amp;#039;&amp;#039;&amp;#039;main&amp;#039;&amp;#039;&amp;#039;. If you don&amp;#039;t specify &amp;lt;code&amp;gt;--partition&amp;lt;/code&amp;gt;, your job runs there. To select a different one, add a directive to your sbatch script:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#SBATCH --partition=gpu&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For GPU partitions you also need to request the GPU itself as a generic resource — see [[Choosing a node (constraints)]] for the details.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Choosing a node (constraints)]]&lt;br /&gt;
* [[Using Slurm | Scheduler overview]]&lt;/div&gt;</summary>
		<author><name>Haars0011</name></author>
	</entry>
</feed>