<?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=Glossary_of_Terms</id>
	<title>Glossary of Terms - 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=Glossary_of_Terms"/>
	<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Glossary_of_Terms&amp;action=history"/>
	<updated>2026-06-19T12:58:47Z</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=Glossary_of_Terms&amp;diff=2875&amp;oldid=prev</id>
		<title>Haars0011: IA migration §9: new Glossary of Terms (P2.22) (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Glossary_of_Terms&amp;diff=2875&amp;oldid=prev"/>
		<updated>2026-06-18T14:45:17Z</updated>

		<summary type="html">&lt;p&gt;IA migration §9: new Glossary of Terms (P2.22) (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;A short glossary of the terms and commands you come across when using Anunna. Where there is a page with more detail, the entry links to it.&lt;br /&gt;
&lt;br /&gt;
; Apptainer&lt;br /&gt;
: The container runtime used on Anunna (formerly Singularity), which runs software packaged as a self-contained image. See [[Apptainer]].&lt;br /&gt;
; Bucket&lt;br /&gt;
: A snapshot of a compiler-and-toolchain generation (for example &amp;lt;code&amp;gt;2023&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;2024&amp;lt;/code&amp;gt;) that must be loaded before its modules become visible. See [[Environment Modules]].&lt;br /&gt;
; Container&lt;br /&gt;
: A self-contained software image that bundles an application with its dependencies, so it runs the same anywhere. See [[Apptainer]].&lt;br /&gt;
; GRES&lt;br /&gt;
: &amp;quot;Generic RESource&amp;quot; — a resource requested with &amp;lt;code&amp;gt;--gres&amp;lt;/code&amp;gt;, most often a GPU (for example &amp;lt;code&amp;gt;--gres=gpu:1&amp;lt;/code&amp;gt;).&lt;br /&gt;
; Job array&lt;br /&gt;
: A single submission that creates many near-identical tasks, each with its own &amp;lt;code&amp;gt;$SLURM_ARRAY_TASK_ID&amp;lt;/code&amp;gt;. See [[Array Jobs]].&lt;br /&gt;
; Login node&lt;br /&gt;
: The machine you connect to over SSH; an access point for editing, data transfer, and submitting jobs — not for computation. See [[Login Nodes]].&lt;br /&gt;
; Lustre&lt;br /&gt;
: The fast, parallel filesystem (mounted at &amp;lt;code&amp;gt;/lustre&amp;lt;/code&amp;gt;) used for active compute work. See [[Compute Storage]].&lt;br /&gt;
; Module&lt;br /&gt;
: A unit of software loaded with &amp;lt;code&amp;gt;module load&amp;lt;/code&amp;gt;, provided through the Lmod environment-modules system. See [[Environment Modules]].&lt;br /&gt;
; MPI&lt;br /&gt;
: The Message Passing Interface, used to run a program across many cores or nodes. See [[Performance Optimization/Multiple nodes (MPI)]].&lt;br /&gt;
; NFS&lt;br /&gt;
: The network filesystem that hosts home directories — reliable but slower than Lustre. See [[Home Directory]].&lt;br /&gt;
; Open OnDemand (OOD)&lt;br /&gt;
: The open-source software behind the web portal at apps.anunna.wur.nl. See [[Portal Overview]].&lt;br /&gt;
; Partition&lt;br /&gt;
: A named set of compute nodes you submit jobs to (&amp;lt;code&amp;gt;main&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;gpu&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;gpu_amd&amp;lt;/code&amp;gt;). See [[Partitions / Queues]].&lt;br /&gt;
; QoS&lt;br /&gt;
: &amp;quot;Quality of Service&amp;quot; — a policy attached to your account that governs job priority and resource limits.&lt;br /&gt;
; sacct&lt;br /&gt;
: SLURM command that reports the accounting record (state, exit code, resource use) of finished jobs. See [[Monitoring Jobs]].&lt;br /&gt;
; salloc&lt;br /&gt;
: SLURM command that allocates resources for an interactive session.&lt;br /&gt;
; sbatch&lt;br /&gt;
: SLURM command that submits a batch script as a job. See [[Batch Jobs]].&lt;br /&gt;
; Scratch&lt;br /&gt;
: Temporary working storage (&amp;lt;code&amp;gt;/lustre/scratch&amp;lt;/code&amp;gt;) that is not backed up and may be purged automatically. See [[Compute Storage]].&lt;br /&gt;
; .sif&lt;br /&gt;
: The Singularity Image Format file that holds an Apptainer container image. See [[Apptainer]].&lt;br /&gt;
; sinteractive&lt;br /&gt;
: Anunna helper that starts an interactive job (a shell on a compute node). See [[Interactive Jobs]].&lt;br /&gt;
; SLURM&lt;br /&gt;
: The scheduler that allocates resources and runs jobs on the cluster. See [[Scheduler Overview (Slurm)]].&lt;br /&gt;
; squeue&lt;br /&gt;
: SLURM command that lists jobs currently known to the scheduler. See [[Monitoring Jobs]].&lt;br /&gt;
; srun&lt;br /&gt;
: SLURM command that launches a task, or parallel tasks, within an allocation.&lt;br /&gt;
; Wall time&lt;br /&gt;
: The real-world time limit set on a job with &amp;lt;code&amp;gt;--time&amp;lt;/code&amp;gt;; the job is stopped when it is reached.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Scheduler Overview (Slurm)]]&lt;br /&gt;
* [[Storage Systems Overview]]&lt;br /&gt;
* [[Portal Overview]]&lt;/div&gt;</summary>
		<author><name>Haars0011</name></author>
	</entry>
</feed>