<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.anunna.wur.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Haars001</id>
	<title>HPCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.anunna.wur.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Haars001"/>
	<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/Special:Contributions/Haars001"/>
	<updated>2026-08-29T05:21:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Best-Practices&amp;diff=3174</id>
		<title>Best-Practices</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Best-Practices&amp;diff=3174"/>
		<updated>2026-08-28T16:03:14Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* Jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Best Practices}}&lt;br /&gt;
&lt;br /&gt;
== Login Node ==&lt;br /&gt;
&lt;br /&gt;
* Do not run analyses or jobs in the login node. &lt;br /&gt;
&lt;br /&gt;
== Home folder  ($HOME, ~) ==&lt;br /&gt;
&lt;br /&gt;
* Do not store datasets or large files in your home directory. You have a quota of 200 GB.&lt;br /&gt;
* Do not install software that you intend to run in jobs in your $HOME . Install your software in lustre.&lt;br /&gt;
* Do not point the logs of your jobs into your $HOME, specially when running array jobs. If not defined slurm will point them to the location you run the sbatch command.&lt;br /&gt;
* Do not edit or let software edit your ~/.bashrc or ~/.bash_profile. If something goes wrong you will be locked out.&lt;br /&gt;
&lt;br /&gt;
== Jobs ==&lt;br /&gt;
&lt;br /&gt;
*If you have jobs that are very much alike, please use [[Array Jobs]]. This will make your life a lot easier.&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Best-Practices&amp;diff=3173</id>
		<title>Best-Practices</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Best-Practices&amp;diff=3173"/>
		<updated>2026-08-28T16:00:43Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Best Practices}}&lt;br /&gt;
&lt;br /&gt;
== Login Node ==&lt;br /&gt;
&lt;br /&gt;
* Do not run analyses or jobs in the login node. &lt;br /&gt;
&lt;br /&gt;
== Home folder  ($HOME, ~) ==&lt;br /&gt;
&lt;br /&gt;
* Do not store datasets or large files in your home directory. You have a quota of 200 GB.&lt;br /&gt;
* Do not install software that you intend to run in jobs in your $HOME . Install your software in lustre.&lt;br /&gt;
* Do not point the logs of your jobs into your $HOME, specially when running array jobs. If not defined slurm will point them to the location you run the sbatch command.&lt;br /&gt;
* Do not edit or let software edit your ~/.bashrc or ~/.bash_profile. If something goes wrong you will be locked out.&lt;br /&gt;
&lt;br /&gt;
== Jobs ==&lt;br /&gt;
&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Wiki_TODO&amp;diff=3172</id>
		<title>Wiki TODO</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Wiki_TODO&amp;diff=3172"/>
		<updated>2026-08-28T15:59:56Z</updated>

		<summary type="html">&lt;p&gt;Haars001: Drop the System Status Page and Project Creation items — both pages have been deleted (via update-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists Anunna documentation that has been published but still needs current or authoritative information filled in. The pages below are usable as they stand, but each contains placeholders — marked in the page source with &amp;lt;code&amp;gt;&amp;lt;!-- TODO --&amp;gt;&amp;lt;/code&amp;gt; comments — where someone with current operational knowledge needs to add or confirm details.&lt;br /&gt;
&lt;br /&gt;
To pick up a task: open the page, find the &amp;lt;code&amp;gt;TODO&amp;lt;/code&amp;gt; comment(s) in its source, add the information, and remove the item from this list.&lt;br /&gt;
&lt;br /&gt;
== Hardware and network ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Cluster Architecture Overview]]&#039;&#039;&#039; — confirm the current interconnect (Omnipath and/or InfiniBand) and topology; add a current architecture diagram (the old schematics were out of date and were removed).&lt;br /&gt;
* &#039;&#039;&#039;[[Compute Hardware Overview]]&#039;&#039;&#039; — fill in the per-node specifications: number of CPU nodes, cores and memory per node, CPU model(s), and whether there are high-memory &amp;quot;fat&amp;quot; nodes; number of NVIDIA GPU nodes, GPUs per node, and host CPU/memory; AMD GPU model and node details.&lt;br /&gt;
* &#039;&#039;&#039;[[Network &amp;amp; Security]]&#039;&#039;&#039; — confirm the interconnect (as above) and document the data-security posture: how data is protected at rest and in transit, access control, handling of confidential or personal data, and backup/retention.&lt;br /&gt;
* &#039;&#039;&#039;[[Performance Optimization/Multiple nodes (MPI)]]&#039;&#039;&#039; — confirm the recommended MPI library and module names, any required &amp;lt;code&amp;gt;srun --mpi=...&amp;lt;/code&amp;gt; plugin flag, and whether specific interconnect/fabric tuning is needed. The old mvapich2 + InfiniBand (ib0) example was Breed4Food-era and was removed.&lt;br /&gt;
&lt;br /&gt;
== Storage ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Quotas]]&#039;&#039;&#039; — document the Lustre quota model (per-user or per-group, and the default sizes for /lustre/backup, /lustre/nobackup, /lustre/scratch), the command(s) users run to check their current usage, and how to request more space. Only the home-directory quota (200&amp;amp;nbsp;GB) is currently documented.&lt;br /&gt;
* &#039;&#039;&#039;[[Archival Storage]]&#039;&#039;&#039; — clarify how the manual iRODS/itape workflow relates to Tapeworm, now that Tapeworm manages archival from /archive to tape automatically: is itape still the recommended way to push data to tape, or is iRODS now used mainly for retrieving archived datasets?&lt;br /&gt;
* &#039;&#039;&#039;[[Data Lifecycle Policy]]&#039;&#039;&#039; — add the formal data-retention policy if one exists: how long different data is kept, any maximum retention, and what happens to data when an account or project closes.&lt;br /&gt;
&lt;br /&gt;
== Software and workflows ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Workflow Engines (Snakemake, Nextflow)]]&#039;&#039;&#039; — confirm the recommended way to run Snakemake on Anunna (the documented profile is the older Snakemake &amp;amp;lt;8 style; Snakemake 8+ uses the &amp;lt;code&amp;gt;--executor slurm&amp;lt;/code&amp;gt; plugin), and write the Nextflow section (loading/installing Nextflow, the SLURM executor configuration, and a minimal example).&lt;br /&gt;
* &#039;&#039;&#039;[[Conda for teaching]]&#039;&#039;&#039; — modernise for current Anunna: the page still describes the old Bright &amp;lt;code&amp;gt;/cm/shared&amp;lt;/code&amp;gt; paths and tcl modulefiles. Replace with a Miniforge environment on Lustre and the current course-kernel route (kernel registered at notebook.anunna.wur.nl; see [[Steps for courses]]).&lt;br /&gt;
* &#039;&#039;&#039;[[Julia]]&#039;&#039;&#039; — confirm the exact Julia module name(s) and version(s) available in the current buckets.&lt;br /&gt;
&lt;br /&gt;
== Support and operations ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Maintenance Schedule]]&#039;&#039;&#039; — confirm where planned-maintenance dates are announced (Apps Portal message of the day, mailing list, Teams) and add the next scheduled downtime, or a link to a live maintenance schedule. Only the general cadence (roughly April/May and October) is documented.&lt;br /&gt;
* &#039;&#039;&#039;[[Reporting Usage]]&#039;&#039;&#039; — document the reports.anunna.wur.nl usage and cost dashboard: what reports it offers, who can see what (your own usage versus your group&#039;s), and how to read them.&lt;br /&gt;
* &#039;&#039;&#039;[[Managing Group Members]]&#039;&#039;&#039; — confirm how a PI adds or removes members from their Anunna group (self-service, via the AD group owner, or via the administrators) and document the steps.&lt;br /&gt;
* &#039;&#039;&#039;[[Storage Requests]]&#039;&#039;&#039; — confirm whether storage requests use a dedicated form or the general HPC (Anunna) support service, and any approval or group-owner requirements.&lt;br /&gt;
* &#039;&#039;&#039;[[Remote Access (VPN, Gateway)]]&#039;&#039;&#039; — link the official WUR VPN setup instructions, and document any Anunna-specific gateway or jump-host arrangements.&lt;br /&gt;
* &#039;&#039;&#039;[[Resource Allocation Requests]]&#039;&#039;&#039; — document the resource-allocation process: what can be requested (extra priority/QoS, dedicated nodes, GPU allocations), how it relates to a group commitment, who approves it, and lead times.&lt;br /&gt;
* &#039;&#039;&#039;[[External Collaborator Access]]&#039;&#039;&#039; — document the external-collaborator process: sponsorship and approval, any data/security agreement, account duration and renewal, and access scope.&lt;br /&gt;
&lt;br /&gt;
== Policy and governance ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Mission and Governance]]&#039;&#039;&#039; — confirm and document the current governance bodies (for example a steering group and user group) and their membership. The previous roster was from the Breed4Food era and was removed.&lt;br /&gt;
* &#039;&#039;&#039;[[Roadmap]]&#039;&#039;&#039; — add the current roadmap, or link the latest roadmap document. The 2019–2020 version was removed.&lt;br /&gt;
* &#039;&#039;&#039;[[Sustainability]]&#039;&#039;&#039; — add the sustainability / green-HPC policy and any concrete measures: energy sourcing, cooling, hardware lifecycle, and institutional targets.&lt;br /&gt;
* &#039;&#039;&#039;[[Policies and Terms of Use]]&#039;&#039;&#039; — supply the formal terms of use / acceptable-use policy (data ownership and responsibilities, security obligations, consequences of misuse) and confirm the current account-request route and per-group access contacts. The previous access-contact list was from the Breed4Food era and was removed.&lt;br /&gt;
* &#039;&#039;&#039;[[Account Application Process]]&#039;&#039;&#039; — confirm whether WUR users request an Anunna account through the general &amp;quot;HPC (Anunna)&amp;quot; support service or a dedicated account-request form, and what details are needed (group/affiliation, sponsor, intended use).&lt;br /&gt;
* &#039;&#039;&#039;[[User&#039;s group]]&#039;&#039;&#039; — document any formal user representation: regular user meetings, how users feed back into decisions, and how that relates to the governance bodies. Currently only the Anunna Users Teams community is documented.&lt;br /&gt;
* &#039;&#039;&#039;[[Handling Sensitive Data (GDPR, etc.)]]&#039;&#039;&#039; — document Anunna&#039;s posture on confidential and personal data / GDPR: which data categories may be processed, any data-processing agreements or approvals, protection at rest and in transit, and who to contact for a data-protection assessment.&lt;br /&gt;
* &#039;&#039;&#039;[[Grant Support Documentation]]&#039;&#039;&#039; — provide grant-support material: a standard facility description for funding applications, the acknowledgement text to cite Anunna in publications, cost/quotation support, and who to contact for a letter of support.&lt;br /&gt;
&lt;br /&gt;
== Nice to have ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[FAQ]]&#039;&#039;&#039; — extend with the questions the HPC team is asked most often (for example quota limits, GPU access, course accounts, data transfer).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Support]]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Resource_Allocation_Requests&amp;diff=3171</id>
		<title>Resource Allocation Requests</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Resource_Allocation_Requests&amp;diff=3171"/>
		<updated>2026-08-28T15:59:35Z</updated>

		<summary type="html">&lt;p&gt;Haars001: Remove See also link to Project Creation (page deleted 2026-08-28) (via update-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Beyond the resources your account can use by default, you can request larger or dedicated allocations — for example a bigger share of the cluster for a project, or priority around a deadline.&lt;br /&gt;
&lt;br /&gt;
== Requesting an allocation ==&lt;br /&gt;
&lt;br /&gt;
To request additional compute resources or a dedicated allocation, contact the HPC team through [[How to Get Help]].&lt;br /&gt;
&lt;br /&gt;
For short-term exclusive access to specific nodes, see [[Reservations]].&lt;br /&gt;
&lt;br /&gt;
Storage allocations are handled separately — see [[Storage Requests]].&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Reservations]]&lt;br /&gt;
* [[Storage Requests]]&lt;br /&gt;
* [[How to Get Help]]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=For_PIs&amp;diff=3170</id>
		<title>For PIs</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=For_PIs&amp;diff=3170"/>
		<updated>2026-08-28T15:59:25Z</updated>

		<summary type="html">&lt;p&gt;Haars001: Remove link to Project Creation (page deleted 2026-08-28) (via update-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information for group leaders, PIs, and teachers running projects and courses on Anunna.&lt;br /&gt;
&lt;br /&gt;
== In this section ==&lt;br /&gt;
&lt;br /&gt;
* [[Dos and Don&#039;ts]] — good and bad practice at a glance&lt;br /&gt;
* [[Managing Group Members]] — working with groups&lt;br /&gt;
* [[Storage Requests]] — requesting more storage&lt;br /&gt;
* [[Resource Allocation Requests]] — requesting larger or dedicated allocations&lt;br /&gt;
* [[External Collaborator Access]] — giving access to collaborators outside WUR&lt;br /&gt;
* [[Reporting Usage]] — tracking your group&#039;s usage and costs&lt;br /&gt;
* [[Grant Support Documentation]] — facility descriptions and support for funding applications&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Steps for courses]] — running a course on Anunna&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Support&amp;diff=3169</id>
		<title>Support</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Support&amp;diff=3169"/>
		<updated>2026-08-28T15:59:16Z</updated>

		<summary type="html">&lt;p&gt;Haars001: Remove link to System Status Page (page deleted 2026-07-23) (via update-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to get help with Anunna, report problems, and keep up with the cluster&#039;s status.&lt;br /&gt;
&lt;br /&gt;
== In this section ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — who to contact and how&lt;br /&gt;
* [[Support Ticket System]] — the WUR support portal&lt;br /&gt;
* [[Reporting Incidents]] — writing a good problem report&lt;br /&gt;
* [[Known Issues]] — current problems and workarounds&lt;br /&gt;
* [[User&#039;s group]] — the Anunna user community&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Software&amp;diff=3168</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Software&amp;diff=3168"/>
		<updated>2026-08-28T15:59:08Z</updated>

		<summary type="html">&lt;p&gt;Haars001: Fix heading typos: Languanges -&amp;gt; Languages, Implemenations -&amp;gt; Implementations (via update-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The software available on Anunna and how to use, install, and manage it.&lt;br /&gt;
&lt;br /&gt;
== Organization ==&lt;br /&gt;
&lt;br /&gt;
* [[Software Overview]] — the software landscape&lt;br /&gt;
* [[Environment Modules]] — loading software with modules and buckets&lt;br /&gt;
* [[Installing Personal Software]] — installing into your own space&lt;br /&gt;
* [[Licensed Software]] — software that needs a licence&lt;br /&gt;
&lt;br /&gt;
== Scripting Languages ==&lt;br /&gt;
* [[Python]] &lt;br /&gt;
* [[R]] &lt;br /&gt;
* [[Julia]] &lt;br /&gt;
&lt;br /&gt;
== Containers ==&lt;br /&gt;
* [[Apptainer]]&lt;br /&gt;
&lt;br /&gt;
== MPI Implementations ==&lt;br /&gt;
* [[OpenMPI]]&lt;br /&gt;
* [[IntelMPI]]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3167</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3167"/>
		<updated>2026-08-28T15:58:11Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* Training */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant_Support_%26_Acknowledgement|Grant support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Guidance and standard text that can be used in grant proposals, research papers, theses and other publications.&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
== [[Scheduling|Job Scheduling and Resource Management]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduler Overview (Slurm)]]&amp;lt;/h3&amp;gt; How scheduling works&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Partitions / Queues]]&amp;lt;/h3&amp;gt; The available partitions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Choosing a node (constraints)]]&amp;lt;/h3&amp;gt; Targeting particular hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Batch Jobs]]&amp;lt;/h3&amp;gt; Submitting a batch script&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Interactive Jobs]]&amp;lt;/h3&amp;gt; An interactive shell on a compute node&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Array Jobs]]&amp;lt;/h3&amp;gt; Running many similar jobs at once&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Monitoring Jobs]]&amp;lt;/h3&amp;gt; Checking on your jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cancelling Jobs]]&amp;lt;/h3&amp;gt; Stopping a job&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reservations]]&amp;lt;/h3&amp;gt; Reserving nodes&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Fair Use Policy]]&amp;lt;/h3&amp;gt; Using shared resources considerately&lt;br /&gt;
&lt;br /&gt;
== [[Software]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Software Overview]]&amp;lt;/h3&amp;gt; The software landscape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Environment Modules]]&amp;lt;/h3&amp;gt; Loading software with modules and buckets&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Installing Personal Software]]&amp;lt;/h3&amp;gt; Installing into your own space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Licensed Software]]&amp;lt;/h3&amp;gt; Software that needs a licence&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Scripting languages&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Python]]&amp;lt;/h4&amp;gt; Python modules and environment managers&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[R]]&amp;lt;/h4&amp;gt; R modules, packages, and parallel R jobs&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Julia]]&amp;lt;/h4&amp;gt; Loading Julia, packages, and running it in a job&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Containers&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Apptainer]]&amp;lt;/h4&amp;gt; Portable, reproducible containers for HPC&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;MPI implementations&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[OpenMPI]]&amp;lt;/h4&amp;gt; The MPI library Anunna is built around&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[IntelMPI]]&amp;lt;/h4&amp;gt; Intel MPI, with the Intel compilers and MKL&lt;br /&gt;
&lt;br /&gt;
== [[Storage]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Home Directory]]&amp;lt;/h3&amp;gt; Your personal space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Storage]]&amp;lt;/h3&amp;gt; The fast Lustre filesystem for active work&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shared Storage]]&amp;lt;/h3&amp;gt; Sharing data within a group&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Backup Policy]]&amp;lt;/h3&amp;gt; What is backed up, and what is not&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Archival Storage]]&amp;lt;/h3&amp;gt; Long-term storage on tape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Lifecycle Policy]]&amp;lt;/h3&amp;gt; How data moves from active to archived to removed&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data storage best practices]]&amp;lt;/h3&amp;gt; Keeping data safe, tidy, and cheap&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Best Practices]]&amp;lt;/h3&amp;gt; Moving data efficiently and reliably&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Handling Sensitive Data (GDPR, etc.)]]&amp;lt;/h3&amp;gt; Confidential and personal data&lt;br /&gt;
&lt;br /&gt;
== Graphical Interface Applications ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Portal Overview]]&amp;lt;/h3&amp;gt; What the portal is and how the dashboard is laid out&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Running GUI Applications]]&amp;lt;/h3&amp;gt; The general way to launch and connect to a graphical application&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Launch a Desktop Session]]&amp;lt;/h3&amp;gt; Start a full Linux desktop in your browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jupyter]]&amp;lt;/h3&amp;gt; Jupyter notebooks&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[RStudio]]&amp;lt;/h3&amp;gt; The RStudio IDE for R and Python&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[File Browser]]&amp;lt;/h3&amp;gt; Manage your files in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shell Access]]&amp;lt;/h3&amp;gt; A terminal in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jobs Queue Overview]]&amp;lt;/h3&amp;gt; See your jobs in the browser&lt;br /&gt;
&lt;br /&gt;
== [[Training]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Training Materials]]&amp;lt;/h3&amp;gt; Course slides and self-study resources&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tutorials]]&amp;lt;/h3&amp;gt; Hands-on tutorials&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workshops]]&amp;lt;/h3&amp;gt; Instructor-led courses and their dates&lt;br /&gt;
&lt;br /&gt;
== [[Support]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Get Help]]&amp;lt;/h3&amp;gt; Who to contact and how&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Support Ticket System]]&amp;lt;/h3&amp;gt; The WUR support portal&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Incidents]]&amp;lt;/h3&amp;gt; Writing a good problem report&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Known Issues]]&amp;lt;/h3&amp;gt; Current problems and workarounds&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Our User community]]&amp;lt;/h3&amp;gt; The Anunna user community&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Maintenance Schedule]]&amp;lt;/h3&amp;gt; Planned downtimes&lt;br /&gt;
&lt;br /&gt;
== [[For PIs]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Dos and Don&#039;ts]]&amp;lt;/h3&amp;gt; Good and bad practice at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Managing Group Members]]&amp;lt;/h3&amp;gt; Working with groups&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Requests]]&amp;lt;/h3&amp;gt; Requesting more storage&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Resource Allocation Requests]]&amp;lt;/h3&amp;gt; Requesting larger or dedicated allocations&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[External Collaborator Access]]&amp;lt;/h3&amp;gt; Giving access to collaborators outside WUR&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Usage]]&amp;lt;/h3&amp;gt; Tracking your group&#039;s usage and costs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant Support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Facility descriptions and support for funding applications&lt;br /&gt;
&lt;br /&gt;
== [[Workflows]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reproducibility Guidelines]]&amp;lt;/h3&amp;gt; Keeping your work reproducible&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Engines (Snakemake, Nextflow)]]&amp;lt;/h3&amp;gt; Managing multi-step pipelines&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Debugging Jobs]]&amp;lt;/h3&amp;gt; Working out why a job failed&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Checkpointing]]&amp;lt;/h3&amp;gt; Saving and restarting long jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduled tasks (cron)]]&amp;lt;/h3&amp;gt; Running recurring tasks with scrontab&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Parallel Workflows&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Parallel-Computing|Parallel Computing]]&amp;lt;/h4&amp;gt; What parallel computing means on Anunna, and which type fits your work&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Serial|Serial]]&amp;lt;/h4&amp;gt; One program on a single core — the baseline&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Embarassinly-Parallel|Embarrassingly Parallel]]&amp;lt;/h4&amp;gt; Running the same program many times over&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Multi-threaded|Multi-threaded]]&amp;lt;/h4&amp;gt; Many cores on one machine, within a single process&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Multi-Process|Multi-Process]]&amp;lt;/h4&amp;gt; One calculation spread across several machines&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3166</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3166"/>
		<updated>2026-08-28T15:54:21Z</updated>

		<summary type="html">&lt;p&gt;Haars001: Remove stray blank lines around the Job Scheduling heading (via update-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant_Support_%26_Acknowledgement|Grant support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Guidance and standard text that can be used in grant proposals, research papers, theses and other publications.&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
== [[Scheduling|Job Scheduling and Resource Management]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduler Overview (Slurm)]]&amp;lt;/h3&amp;gt; How scheduling works&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Partitions / Queues]]&amp;lt;/h3&amp;gt; The available partitions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Choosing a node (constraints)]]&amp;lt;/h3&amp;gt; Targeting particular hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Batch Jobs]]&amp;lt;/h3&amp;gt; Submitting a batch script&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Interactive Jobs]]&amp;lt;/h3&amp;gt; An interactive shell on a compute node&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Array Jobs]]&amp;lt;/h3&amp;gt; Running many similar jobs at once&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Monitoring Jobs]]&amp;lt;/h3&amp;gt; Checking on your jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cancelling Jobs]]&amp;lt;/h3&amp;gt; Stopping a job&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reservations]]&amp;lt;/h3&amp;gt; Reserving nodes&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Fair Use Policy]]&amp;lt;/h3&amp;gt; Using shared resources considerately&lt;br /&gt;
&lt;br /&gt;
== [[Software]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Software Overview]]&amp;lt;/h3&amp;gt; The software landscape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Environment Modules]]&amp;lt;/h3&amp;gt; Loading software with modules and buckets&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Installing Personal Software]]&amp;lt;/h3&amp;gt; Installing into your own space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Licensed Software]]&amp;lt;/h3&amp;gt; Software that needs a licence&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Scripting languages&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Python]]&amp;lt;/h4&amp;gt; Python modules and environment managers&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[R]]&amp;lt;/h4&amp;gt; R modules, packages, and parallel R jobs&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Julia]]&amp;lt;/h4&amp;gt; Loading Julia, packages, and running it in a job&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Containers&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Apptainer]]&amp;lt;/h4&amp;gt; Portable, reproducible containers for HPC&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;MPI implementations&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[OpenMPI]]&amp;lt;/h4&amp;gt; The MPI library Anunna is built around&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[IntelMPI]]&amp;lt;/h4&amp;gt; Intel MPI, with the Intel compilers and MKL&lt;br /&gt;
&lt;br /&gt;
== [[Storage]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Home Directory]]&amp;lt;/h3&amp;gt; Your personal space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Storage]]&amp;lt;/h3&amp;gt; The fast Lustre filesystem for active work&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shared Storage]]&amp;lt;/h3&amp;gt; Sharing data within a group&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Backup Policy]]&amp;lt;/h3&amp;gt; What is backed up, and what is not&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Archival Storage]]&amp;lt;/h3&amp;gt; Long-term storage on tape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Lifecycle Policy]]&amp;lt;/h3&amp;gt; How data moves from active to archived to removed&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data storage best practices]]&amp;lt;/h3&amp;gt; Keeping data safe, tidy, and cheap&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Best Practices]]&amp;lt;/h3&amp;gt; Moving data efficiently and reliably&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Handling Sensitive Data (GDPR, etc.)]]&amp;lt;/h3&amp;gt; Confidential and personal data&lt;br /&gt;
&lt;br /&gt;
== Graphical Interface Applications ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Portal Overview]]&amp;lt;/h3&amp;gt; What the portal is and how the dashboard is laid out&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Running GUI Applications]]&amp;lt;/h3&amp;gt; The general way to launch and connect to a graphical application&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Launch a Desktop Session]]&amp;lt;/h3&amp;gt; Start a full Linux desktop in your browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jupyter]]&amp;lt;/h3&amp;gt; Jupyter notebooks&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[RStudio]]&amp;lt;/h3&amp;gt; The RStudio IDE for R and Python&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[File Browser]]&amp;lt;/h3&amp;gt; Manage your files in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shell Access]]&amp;lt;/h3&amp;gt; A terminal in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jobs Queue Overview]]&amp;lt;/h3&amp;gt; See your jobs in the browser&lt;br /&gt;
&lt;br /&gt;
== [[Training]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Training Materials]]&amp;lt;/h3&amp;gt; Course slides and self-study resources&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tutorials]]&amp;lt;/h3&amp;gt; Hands-on tutorials&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workshops]]&amp;lt;/h3&amp;gt; Instructor-led courses and their dates&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Glossary of Terms]]&amp;lt;/h3&amp;gt; Common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== [[Support]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Get Help]]&amp;lt;/h3&amp;gt; Who to contact and how&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Support Ticket System]]&amp;lt;/h3&amp;gt; The WUR support portal&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Incidents]]&amp;lt;/h3&amp;gt; Writing a good problem report&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Known Issues]]&amp;lt;/h3&amp;gt; Current problems and workarounds&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Our User community]]&amp;lt;/h3&amp;gt; The Anunna user community&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Maintenance Schedule]]&amp;lt;/h3&amp;gt; Planned downtimes&lt;br /&gt;
&lt;br /&gt;
== [[For PIs]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Dos and Don&#039;ts]]&amp;lt;/h3&amp;gt; Good and bad practice at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Managing Group Members]]&amp;lt;/h3&amp;gt; Working with groups&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Requests]]&amp;lt;/h3&amp;gt; Requesting more storage&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Resource Allocation Requests]]&amp;lt;/h3&amp;gt; Requesting larger or dedicated allocations&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[External Collaborator Access]]&amp;lt;/h3&amp;gt; Giving access to collaborators outside WUR&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Usage]]&amp;lt;/h3&amp;gt; Tracking your group&#039;s usage and costs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant Support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Facility descriptions and support for funding applications&lt;br /&gt;
&lt;br /&gt;
== [[Workflows]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reproducibility Guidelines]]&amp;lt;/h3&amp;gt; Keeping your work reproducible&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Engines (Snakemake, Nextflow)]]&amp;lt;/h3&amp;gt; Managing multi-step pipelines&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Debugging Jobs]]&amp;lt;/h3&amp;gt; Working out why a job failed&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Checkpointing]]&amp;lt;/h3&amp;gt; Saving and restarting long jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduled tasks (cron)]]&amp;lt;/h3&amp;gt; Running recurring tasks with scrontab&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Parallel Workflows&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Parallel-Computing|Parallel Computing]]&amp;lt;/h4&amp;gt; What parallel computing means on Anunna, and which type fits your work&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Serial|Serial]]&amp;lt;/h4&amp;gt; One program on a single core — the baseline&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Embarassinly-Parallel|Embarrassingly Parallel]]&amp;lt;/h4&amp;gt; Running the same program many times over&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Multi-threaded|Multi-threaded]]&amp;lt;/h4&amp;gt; Many cores on one machine, within a single process&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Multi-Process|Multi-Process]]&amp;lt;/h4&amp;gt; One calculation spread across several machines&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3164</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3164"/>
		<updated>2026-08-28T15:49:33Z</updated>

		<summary type="html">&lt;p&gt;Haars001: Add Workflows section (with Parallel Workflows nested a level lower); fix mismatched closing tag on the Apptainer row (via update-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant_Support_%26_Acknowledgement|Grant support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Guidance and standard text that can be used in grant proposals, research papers, theses and other publications.&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[Scheduling|Job Scheduling and Resource Management]] ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduler Overview (Slurm)]]&amp;lt;/h3&amp;gt; How scheduling works&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Partitions / Queues]]&amp;lt;/h3&amp;gt; The available partitions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Choosing a node (constraints)]]&amp;lt;/h3&amp;gt; Targeting particular hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Batch Jobs]]&amp;lt;/h3&amp;gt; Submitting a batch script&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Interactive Jobs]]&amp;lt;/h3&amp;gt; An interactive shell on a compute node&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Array Jobs]]&amp;lt;/h3&amp;gt; Running many similar jobs at once&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Monitoring Jobs]]&amp;lt;/h3&amp;gt; Checking on your jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cancelling Jobs]]&amp;lt;/h3&amp;gt; Stopping a job&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reservations]]&amp;lt;/h3&amp;gt; Reserving nodes&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Fair Use Policy]]&amp;lt;/h3&amp;gt; Using shared resources considerately&lt;br /&gt;
&lt;br /&gt;
== [[Software]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Software Overview]]&amp;lt;/h3&amp;gt; The software landscape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Environment Modules]]&amp;lt;/h3&amp;gt; Loading software with modules and buckets&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Installing Personal Software]]&amp;lt;/h3&amp;gt; Installing into your own space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Licensed Software]]&amp;lt;/h3&amp;gt; Software that needs a licence&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Scripting languages&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Python]]&amp;lt;/h4&amp;gt; Python modules and environment managers&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[R]]&amp;lt;/h4&amp;gt; R modules, packages, and parallel R jobs&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Julia]]&amp;lt;/h4&amp;gt; Loading Julia, packages, and running it in a job&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Containers&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Apptainer]]&amp;lt;/h4&amp;gt; Portable, reproducible containers for HPC&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;MPI implementations&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[OpenMPI]]&amp;lt;/h4&amp;gt; The MPI library Anunna is built around&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[IntelMPI]]&amp;lt;/h4&amp;gt; Intel MPI, with the Intel compilers and MKL&lt;br /&gt;
&lt;br /&gt;
== [[Storage]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Home Directory]]&amp;lt;/h3&amp;gt; Your personal space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Storage]]&amp;lt;/h3&amp;gt; The fast Lustre filesystem for active work&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shared Storage]]&amp;lt;/h3&amp;gt; Sharing data within a group&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Backup Policy]]&amp;lt;/h3&amp;gt; What is backed up, and what is not&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Archival Storage]]&amp;lt;/h3&amp;gt; Long-term storage on tape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Lifecycle Policy]]&amp;lt;/h3&amp;gt; How data moves from active to archived to removed&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data storage best practices]]&amp;lt;/h3&amp;gt; Keeping data safe, tidy, and cheap&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Best Practices]]&amp;lt;/h3&amp;gt; Moving data efficiently and reliably&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Handling Sensitive Data (GDPR, etc.)]]&amp;lt;/h3&amp;gt; Confidential and personal data&lt;br /&gt;
&lt;br /&gt;
== Graphical Interface Applications ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Portal Overview]]&amp;lt;/h3&amp;gt; What the portal is and how the dashboard is laid out&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Running GUI Applications]]&amp;lt;/h3&amp;gt; The general way to launch and connect to a graphical application&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Launch a Desktop Session]]&amp;lt;/h3&amp;gt; Start a full Linux desktop in your browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jupyter]]&amp;lt;/h3&amp;gt; Jupyter notebooks&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[RStudio]]&amp;lt;/h3&amp;gt; The RStudio IDE for R and Python&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[File Browser]]&amp;lt;/h3&amp;gt; Manage your files in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shell Access]]&amp;lt;/h3&amp;gt; A terminal in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jobs Queue Overview]]&amp;lt;/h3&amp;gt; See your jobs in the browser&lt;br /&gt;
&lt;br /&gt;
== [[Training]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Training Materials]]&amp;lt;/h3&amp;gt; Course slides and self-study resources&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tutorials]]&amp;lt;/h3&amp;gt; Hands-on tutorials&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workshops]]&amp;lt;/h3&amp;gt; Instructor-led courses and their dates&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Glossary of Terms]]&amp;lt;/h3&amp;gt; Common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== [[Support]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Get Help]]&amp;lt;/h3&amp;gt; Who to contact and how&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Support Ticket System]]&amp;lt;/h3&amp;gt; The WUR support portal&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Incidents]]&amp;lt;/h3&amp;gt; Writing a good problem report&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Known Issues]]&amp;lt;/h3&amp;gt; Current problems and workarounds&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Our User community]]&amp;lt;/h3&amp;gt; The Anunna user community&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Maintenance Schedule]]&amp;lt;/h3&amp;gt; Planned downtimes&lt;br /&gt;
&lt;br /&gt;
== [[For PIs]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Dos and Don&#039;ts]]&amp;lt;/h3&amp;gt; Good and bad practice at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Managing Group Members]]&amp;lt;/h3&amp;gt; Working with groups&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Requests]]&amp;lt;/h3&amp;gt; Requesting more storage&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Resource Allocation Requests]]&amp;lt;/h3&amp;gt; Requesting larger or dedicated allocations&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[External Collaborator Access]]&amp;lt;/h3&amp;gt; Giving access to collaborators outside WUR&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Usage]]&amp;lt;/h3&amp;gt; Tracking your group&#039;s usage and costs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant Support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Facility descriptions and support for funding applications&lt;br /&gt;
&lt;br /&gt;
== [[Workflows]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reproducibility Guidelines]]&amp;lt;/h3&amp;gt; Keeping your work reproducible&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Engines (Snakemake, Nextflow)]]&amp;lt;/h3&amp;gt; Managing multi-step pipelines&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Debugging Jobs]]&amp;lt;/h3&amp;gt; Working out why a job failed&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Checkpointing]]&amp;lt;/h3&amp;gt; Saving and restarting long jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduled tasks (cron)]]&amp;lt;/h3&amp;gt; Running recurring tasks with scrontab&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Parallel Workflows&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Parallel-Computing|Parallel Computing]]&amp;lt;/h4&amp;gt; What parallel computing means on Anunna, and which type fits your work&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Serial|Serial]]&amp;lt;/h4&amp;gt; One program on a single core — the baseline&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Embarassinly-Parallel|Embarrassingly Parallel]]&amp;lt;/h4&amp;gt; Running the same program many times over&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Multi-threaded|Multi-threaded]]&amp;lt;/h4&amp;gt; Many cores on one machine, within a single process&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Workflows/Multi-Process|Multi-Process]]&amp;lt;/h4&amp;gt; One calculation spread across several machines&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3159</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3159"/>
		<updated>2026-08-28T15:35:44Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* Storage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant_Support_%26_Acknowledgement|Grant support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Guidance and standard text that can be used in grant proposals, research papers, theses and other publications.&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[Scheduling|Job Scheduling and Resource Management]] ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduler Overview (Slurm)]]&amp;lt;/h3&amp;gt; How scheduling works&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Partitions / Queues]]&amp;lt;/h3&amp;gt; The available partitions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Choosing a node (constraints)]]&amp;lt;/h3&amp;gt; Targeting particular hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Batch Jobs]]&amp;lt;/h3&amp;gt; Submitting a batch script&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Interactive Jobs]]&amp;lt;/h3&amp;gt; An interactive shell on a compute node&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Array Jobs]]&amp;lt;/h3&amp;gt; Running many similar jobs at once&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Monitoring Jobs]]&amp;lt;/h3&amp;gt; Checking on your jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cancelling Jobs]]&amp;lt;/h3&amp;gt; Stopping a job&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reservations]]&amp;lt;/h3&amp;gt; Reserving nodes&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Fair Use Policy]]&amp;lt;/h3&amp;gt; Using shared resources considerately&lt;br /&gt;
&lt;br /&gt;
== [[Software]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Software Overview]]&amp;lt;/h3&amp;gt; The software landscape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Environment Modules]]&amp;lt;/h3&amp;gt; Loading software with modules and buckets&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Installing Personal Software]]&amp;lt;/h3&amp;gt; Installing into your own space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Licensed Software]]&amp;lt;/h3&amp;gt; Software that needs a licence&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Scripting languages&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Python]]&amp;lt;/h4&amp;gt; Python modules and environment managers&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[R]]&amp;lt;/h4&amp;gt; R modules, packages, and parallel R jobs&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Julia]]&amp;lt;/h4&amp;gt; Loading Julia, packages, and running it in a job&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Containers&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Apptainer]]&amp;lt;/h3&amp;gt; Portable, reproducible containers for HPC&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;MPI implementations&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[OpenMPI]]&amp;lt;/h4&amp;gt; The MPI library Anunna is built around&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[IntelMPI]]&amp;lt;/h4&amp;gt; Intel MPI, with the Intel compilers and MKL&lt;br /&gt;
&lt;br /&gt;
== [[Storage]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Home Directory]]&amp;lt;/h3&amp;gt; Your personal space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Storage]]&amp;lt;/h3&amp;gt; The fast Lustre filesystem for active work&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shared Storage]]&amp;lt;/h3&amp;gt; Sharing data within a group&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Backup Policy]]&amp;lt;/h3&amp;gt; What is backed up, and what is not&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Archival Storage]]&amp;lt;/h3&amp;gt; Long-term storage on tape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Lifecycle Policy]]&amp;lt;/h3&amp;gt; How data moves from active to archived to removed&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data storage best practices]]&amp;lt;/h3&amp;gt; Keeping data safe, tidy, and cheap&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Best Practices]]&amp;lt;/h3&amp;gt; Moving data efficiently and reliably&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Handling Sensitive Data (GDPR, etc.)]]&amp;lt;/h3&amp;gt; Confidential and personal data&lt;br /&gt;
&lt;br /&gt;
== Graphical Interface Applications ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Portal Overview]]&amp;lt;/h3&amp;gt; What the portal is and how the dashboard is laid out&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Running GUI Applications]]&amp;lt;/h3&amp;gt; The general way to launch and connect to a graphical application&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Launch a Desktop Session]]&amp;lt;/h3&amp;gt; Start a full Linux desktop in your browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jupyter]]&amp;lt;/h3&amp;gt; Jupyter notebooks&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[RStudio]]&amp;lt;/h3&amp;gt; The RStudio IDE for R and Python&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[File Browser]]&amp;lt;/h3&amp;gt; Manage your files in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shell Access]]&amp;lt;/h3&amp;gt; A terminal in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jobs Queue Overview]]&amp;lt;/h3&amp;gt; See your jobs in the browser&lt;br /&gt;
&lt;br /&gt;
== [[Training]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Training Materials]]&amp;lt;/h3&amp;gt; Course slides and self-study resources&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tutorials]]&amp;lt;/h3&amp;gt; Hands-on tutorials&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workshops]]&amp;lt;/h3&amp;gt; Instructor-led courses and their dates&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Glossary of Terms]]&amp;lt;/h3&amp;gt; Common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== [[Support]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Get Help]]&amp;lt;/h3&amp;gt; Who to contact and how&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Support Ticket System]]&amp;lt;/h3&amp;gt; The WUR support portal&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Incidents]]&amp;lt;/h3&amp;gt; Writing a good problem report&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Known Issues]]&amp;lt;/h3&amp;gt; Current problems and workarounds&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Our User community]]&amp;lt;/h3&amp;gt; The Anunna user community&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Maintenance Schedule]]&amp;lt;/h3&amp;gt; Planned downtimes&lt;br /&gt;
&lt;br /&gt;
== [[For PIs]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Dos and Don&#039;ts]]&amp;lt;/h3&amp;gt; Good and bad practice at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Managing Group Members]]&amp;lt;/h3&amp;gt; Working with groups&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Requests]]&amp;lt;/h3&amp;gt; Requesting more storage&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Resource Allocation Requests]]&amp;lt;/h3&amp;gt; Requesting larger or dedicated allocations&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[External Collaborator Access]]&amp;lt;/h3&amp;gt; Giving access to collaborators outside WUR&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Usage]]&amp;lt;/h3&amp;gt; Tracking your group&#039;s usage and costs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant Support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Facility descriptions and support for funding applications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3158</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3158"/>
		<updated>2026-08-28T15:33:56Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant_Support_%26_Acknowledgement|Grant support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Guidance and standard text that can be used in grant proposals, research papers, theses and other publications.&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[Scheduling|Job Scheduling and Resource Management]] ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduler Overview (Slurm)]]&amp;lt;/h3&amp;gt; How scheduling works&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Partitions / Queues]]&amp;lt;/h3&amp;gt; The available partitions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Choosing a node (constraints)]]&amp;lt;/h3&amp;gt; Targeting particular hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Batch Jobs]]&amp;lt;/h3&amp;gt; Submitting a batch script&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Interactive Jobs]]&amp;lt;/h3&amp;gt; An interactive shell on a compute node&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Array Jobs]]&amp;lt;/h3&amp;gt; Running many similar jobs at once&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Monitoring Jobs]]&amp;lt;/h3&amp;gt; Checking on your jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cancelling Jobs]]&amp;lt;/h3&amp;gt; Stopping a job&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reservations]]&amp;lt;/h3&amp;gt; Reserving nodes&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Fair Use Policy]]&amp;lt;/h3&amp;gt; Using shared resources considerately&lt;br /&gt;
&lt;br /&gt;
== [[Software]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Software Overview]]&amp;lt;/h3&amp;gt; The software landscape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Environment Modules]]&amp;lt;/h3&amp;gt; Loading software with modules and buckets&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Installing Personal Software]]&amp;lt;/h3&amp;gt; Installing into your own space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Licensed Software]]&amp;lt;/h3&amp;gt; Software that needs a licence&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Scripting languages&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Python]]&amp;lt;/h4&amp;gt; Python modules and environment managers&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[R]]&amp;lt;/h4&amp;gt; R modules, packages, and parallel R jobs&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Julia]]&amp;lt;/h4&amp;gt; Loading Julia, packages, and running it in a job&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;Containers&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[Apptainer]]&amp;lt;/h3&amp;gt; Portable, reproducible containers for HPC&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;MPI implementations&amp;lt;/h3&amp;gt;&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[OpenMPI]]&amp;lt;/h4&amp;gt; The MPI library Anunna is built around&lt;br /&gt;
** &amp;lt;h4&amp;gt;[[IntelMPI]]&amp;lt;/h4&amp;gt; Intel MPI, with the Intel compilers and MKL&lt;br /&gt;
&lt;br /&gt;
== [[Storage]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Home Directory]]&amp;lt;/h3&amp;gt; Your personal space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Storage]]&amp;lt;/h3&amp;gt; The fast Lustre filesystem for active work&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shared Storage]]&amp;lt;/h3&amp;gt; Sharing data within a group&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Backup Policy]]&amp;lt;/h3&amp;gt; What is backed up, and what is not&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Archival Storage]]&amp;lt;/h3&amp;gt; Long-term storage on tape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Lifecycle Policy]]&amp;lt;/h3&amp;gt; How data moves from active to archived to removed&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data storage best practices]]&amp;lt;/h3&amp;gt; Keeping data safe, tidy, and cheap&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Best Practices]]&amp;lt;/h3&amp;gt; Moving data efficiently and reliably&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Handling Sensitive Data (GDPR, etc.)]]&amp;lt;/h3&amp;gt; Confidential and personal data&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Portal Overview]]&amp;lt;/h3&amp;gt; What the portal is and how the dashboard is laid out&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Running GUI Applications]]&amp;lt;/h3&amp;gt; The general way to launch and connect to a graphical application&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Launch a Desktop Session]]&amp;lt;/h3&amp;gt; Start a full Linux desktop in your browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jupyter]]&amp;lt;/h3&amp;gt; Jupyter notebooks&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[RStudio]]&amp;lt;/h3&amp;gt; The RStudio IDE for R and Python&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[File Browser]]&amp;lt;/h3&amp;gt; Manage your files in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shell Access]]&amp;lt;/h3&amp;gt; A terminal in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jobs Queue Overview]]&amp;lt;/h3&amp;gt; See your jobs in the browser&lt;br /&gt;
&lt;br /&gt;
== [[Training]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Training Materials]]&amp;lt;/h3&amp;gt; Course slides and self-study resources&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tutorials]]&amp;lt;/h3&amp;gt; Hands-on tutorials&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workshops]]&amp;lt;/h3&amp;gt; Instructor-led courses and their dates&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Glossary of Terms]]&amp;lt;/h3&amp;gt; Common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== [[Support]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Get Help]]&amp;lt;/h3&amp;gt; Who to contact and how&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Support Ticket System]]&amp;lt;/h3&amp;gt; The WUR support portal&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Incidents]]&amp;lt;/h3&amp;gt; Writing a good problem report&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Known Issues]]&amp;lt;/h3&amp;gt; Current problems and workarounds&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Our User community]]&amp;lt;/h3&amp;gt; The Anunna user community&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Maintenance Schedule]]&amp;lt;/h3&amp;gt; Planned downtimes&lt;br /&gt;
&lt;br /&gt;
== [[For PIs]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Dos and Don&#039;ts]]&amp;lt;/h3&amp;gt; Good and bad practice at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Managing Group Members]]&amp;lt;/h3&amp;gt; Working with groups&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Requests]]&amp;lt;/h3&amp;gt; Requesting more storage&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Resource Allocation Requests]]&amp;lt;/h3&amp;gt; Requesting larger or dedicated allocations&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[External Collaborator Access]]&amp;lt;/h3&amp;gt; Giving access to collaborators outside WUR&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Usage]]&amp;lt;/h3&amp;gt; Tracking your group&#039;s usage and costs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant Support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Facility descriptions and support for funding applications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3157</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3157"/>
		<updated>2026-08-28T15:29:23Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant_Support_%26_Acknowledgement|Grant support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Guidance and standard text that can be used in grant proposals, research papers, theses and other publications.&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[Scheduling|Job Scheduling and Resource Management]] ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduler Overview (Slurm)]]&amp;lt;/h3&amp;gt; How scheduling works&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Partitions / Queues]]&amp;lt;/h3&amp;gt; The available partitions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Choosing a node (constraints)]]&amp;lt;/h3&amp;gt; Targeting particular hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Batch Jobs]]&amp;lt;/h3&amp;gt; Submitting a batch script&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Interactive Jobs]]&amp;lt;/h3&amp;gt; An interactive shell on a compute node&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Array Jobs]]&amp;lt;/h3&amp;gt; Running many similar jobs at once&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Monitoring Jobs]]&amp;lt;/h3&amp;gt; Checking on your jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cancelling Jobs]]&amp;lt;/h3&amp;gt; Stopping a job&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reservations]]&amp;lt;/h3&amp;gt; Reserving nodes&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Fair Use Policy]]&amp;lt;/h3&amp;gt; Using shared resources considerately&lt;br /&gt;
&lt;br /&gt;
== [[Software]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Software Overview]]&amp;lt;/h3&amp;gt; The software landscape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Environment Modules]]&amp;lt;/h3&amp;gt; Loading software with modules and buckets&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Installing Personal Software]]&amp;lt;/h3&amp;gt; Installing into your own space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Licensed Software]]&amp;lt;/h3&amp;gt; Software that needs a licence&lt;br /&gt;
&lt;br /&gt;
=== Scripting languages ===&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Python]]&amp;lt;/h3&amp;gt; Python modules and environment managers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[R]]&amp;lt;/h3&amp;gt; R modules, packages, and parallel R jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Julia]]&amp;lt;/h3&amp;gt; Loading Julia, packages, and running it in a job&lt;br /&gt;
&lt;br /&gt;
=== Containers ===&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apptainer]]&amp;lt;/h3&amp;gt; Portable, reproducible containers for HPC&lt;br /&gt;
&lt;br /&gt;
=== MPI implementations ===&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[OpenMPI]]&amp;lt;/h3&amp;gt; The MPI library Anunna is built around&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[IntelMPI]]&amp;lt;/h3&amp;gt; Intel MPI, with the Intel compilers and MKL&lt;br /&gt;
&lt;br /&gt;
== [[Storage]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Home Directory]]&amp;lt;/h3&amp;gt; Your personal space&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Storage]]&amp;lt;/h3&amp;gt; The fast Lustre filesystem for active work&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shared Storage]]&amp;lt;/h3&amp;gt; Sharing data within a group&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Backup Policy]]&amp;lt;/h3&amp;gt; What is backed up, and what is not&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Archival Storage]]&amp;lt;/h3&amp;gt; Long-term storage on tape&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Lifecycle Policy]]&amp;lt;/h3&amp;gt; How data moves from active to archived to removed&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data storage best practices]]&amp;lt;/h3&amp;gt; Keeping data safe, tidy, and cheap&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Best Practices]]&amp;lt;/h3&amp;gt; Moving data efficiently and reliably&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Handling Sensitive Data (GDPR, etc.)]]&amp;lt;/h3&amp;gt; Confidential and personal data&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Portal Overview]]&amp;lt;/h3&amp;gt; What the portal is and how the dashboard is laid out&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Running GUI Applications]]&amp;lt;/h3&amp;gt; The general way to launch and connect to a graphical application&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Launch a Desktop Session]]&amp;lt;/h3&amp;gt; Start a full Linux desktop in your browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jupyter]]&amp;lt;/h3&amp;gt; Jupyter notebooks&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[RStudio]]&amp;lt;/h3&amp;gt; The RStudio IDE for R and Python&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[File Browser]]&amp;lt;/h3&amp;gt; Manage your files in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Shell Access]]&amp;lt;/h3&amp;gt; A terminal in the browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Jobs Queue Overview]]&amp;lt;/h3&amp;gt; See your jobs in the browser&lt;br /&gt;
&lt;br /&gt;
== [[Training]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Training Materials]]&amp;lt;/h3&amp;gt; Course slides and self-study resources&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tutorials]]&amp;lt;/h3&amp;gt; Hands-on tutorials&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workshops]]&amp;lt;/h3&amp;gt; Instructor-led courses and their dates&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Glossary of Terms]]&amp;lt;/h3&amp;gt; Common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== [[Support]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[How to Get Help]]&amp;lt;/h3&amp;gt; Who to contact and how&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Support Ticket System]]&amp;lt;/h3&amp;gt; The WUR support portal&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Incidents]]&amp;lt;/h3&amp;gt; Writing a good problem report&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Known Issues]]&amp;lt;/h3&amp;gt; Current problems and workarounds&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Our User community]]&amp;lt;/h3&amp;gt; The Anunna user community&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Maintenance Schedule]]&amp;lt;/h3&amp;gt; Planned downtimes&lt;br /&gt;
&lt;br /&gt;
== [[For PIs]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Dos and Don&#039;ts]]&amp;lt;/h3&amp;gt; Good and bad practice at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Managing Group Members]]&amp;lt;/h3&amp;gt; Working with groups&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Requests]]&amp;lt;/h3&amp;gt; Requesting more storage&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Resource Allocation Requests]]&amp;lt;/h3&amp;gt; Requesting larger or dedicated allocations&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[External Collaborator Access]]&amp;lt;/h3&amp;gt; Giving access to collaborators outside WUR&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reporting Usage]]&amp;lt;/h3&amp;gt; Tracking your group&#039;s usage and costs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant Support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Facility descriptions and support for funding applications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Grant_Support_%26_Acknowledgement&amp;diff=3155</id>
		<title>Grant Support &amp; Acknowledgement</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Grant_Support_%26_Acknowledgement&amp;diff=3155"/>
		<updated>2026-08-28T15:25:43Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using Anunna can strengthen research proposals by providing access to high-performance computing (HPC) and AI infrastructure for computationally demanding research. This page provides guidance and standard text that can be used in &#039;&#039;&#039;grant proposals, research papers, theses and other publications&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Grant support ==&lt;br /&gt;
When applying for research funding, you can include Anunna as part of the computational infrastructure available to your project.&lt;br /&gt;
&lt;br /&gt;
Depending on the requirements of the funding call, you may want to describe:&lt;br /&gt;
&lt;br /&gt;
* the computational requirements of your project;&lt;br /&gt;
* the need for HPC and/or AI resources;&lt;br /&gt;
* the availability of Anunna at Wageningen University &amp;amp; Research;&lt;br /&gt;
* the expected computational workload and resources required;&lt;br /&gt;
* how access to Anunna will support the feasibility and impact of the proposed research.&lt;br /&gt;
&lt;br /&gt;
=== Suggested text for grant proposals ===&lt;br /&gt;
The following text can be adapted for use in grant applications:&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;High-performance computing infrastructure&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The computational work within this project will make use of Anunna, the High Performance Computing (HPC) facility of Wageningen University &amp;amp; Research (WUR). Anunna provides access to high-performance CPU, GPU, memory and storage resources and supports computationally intensive research and AI applications.&lt;br /&gt;
&lt;br /&gt;
Access to Anunna will enable the project to efficiently process and analyse large datasets and/or run computationally demanding models and simulations. The required computing resources will be made available through the Anunna facility in accordance with the applicable access and usage arrangements.&amp;lt;/blockquote&amp;gt;For a proposal that specifically requires &#039;&#039;&#039;GPU or AI resources&#039;&#039;&#039;, the text can be extended to describe the expected workloads, such as machine learning model training, inference, large-scale data processing or other GPU-accelerated applications.&lt;br /&gt;
&lt;br /&gt;
=== Planning your computing requirements ===&lt;br /&gt;
For larger grant applications, we recommend discussing your expected computational requirements with the Anunna team during the proposal preparation phase. This can help you estimate the required CPU, GPU, memory, storage and running time and determine whether Anunna is suitable for the proposed workload.&lt;br /&gt;
&lt;br /&gt;
Please [[Support|contact]] the Anunna team if you need support in describing the required infrastructure or estimating your computational needs.&lt;br /&gt;
&lt;br /&gt;
== Acknowledgement of Anunna ==&lt;br /&gt;
If you use Anunna resources for research that results in a publication, thesis, report or other research output, please acknowledge the facility.&lt;br /&gt;
&lt;br /&gt;
Acknowledging the use of Anunna helps recognise the infrastructure and expertise that enabled the research and demonstrates the value and impact of the facility.&lt;br /&gt;
&lt;br /&gt;
=== Suggested acknowledgement ===&lt;br /&gt;
We recommend using the following acknowledgement text:&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;The authors acknowledge the use of the Anunna High Performance Computing facility of Wageningen University &amp;amp; Research for providing computational resources for this research.&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;Where appropriate, you can also acknowledge the support provided by the HPC team:&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;The authors acknowledge the use of the Anunna High Performance Computing facility of Wageningen University &amp;amp; Research for providing computational resources and technical support for this research.&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;Please adapt the acknowledgement where specific individuals, projects or funding sources need to be recognised.&lt;br /&gt;
&lt;br /&gt;
== Citing Anunna ==&lt;br /&gt;
Anunna should normally be acknowledged rather than cited as a scientific publication. If a publication makes substantial use of a specific Anunna service, software component or technical contribution, additional citations may be appropriate.&lt;br /&gt;
&lt;br /&gt;
If you are unsure whether a specific publication or technical contribution should be cited, please contact the Anunna team.&lt;br /&gt;
&lt;br /&gt;
== Reporting the use of Anunna ==&lt;br /&gt;
When reporting research supported by Anunna, it is useful to include information about the computational resources used. Depending on the publication or funding requirements, this may include:&lt;br /&gt;
&lt;br /&gt;
* CPU or GPU resources used;&lt;br /&gt;
* approximate compute time;&lt;br /&gt;
* storage resources;&lt;br /&gt;
* relevant software or computational frameworks;&lt;br /&gt;
* significant technical support provided by the Anunna team.&lt;br /&gt;
&lt;br /&gt;
This information helps demonstrate the contribution of research infrastructure to scientific output and supports the continued development of Anunna.&lt;br /&gt;
&lt;br /&gt;
== Questions or support ==&lt;br /&gt;
If you are preparing a grant proposal and expect to make significant use of Anunna, or if you are unsure how to acknowledge Anunna in a publication, please contact the Anunna team.&lt;br /&gt;
&lt;br /&gt;
For questions about computational requirements, grant applications or acknowledgement, please contact the Product Owner:&lt;br /&gt;
&lt;br /&gt;
[mailto:alexander.vanittersum@wur.nl alexander.vanittersum@wur.nl]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Tariffs]]&lt;br /&gt;
* [[Cluster Architecture Overview]]&lt;br /&gt;
* [[Compute Hardware Overview]]&lt;br /&gt;
* [[How to Get Help]]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3146</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3146"/>
		<updated>2026-08-28T15:12:26Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* Get Started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant_Support_%26_Acknowledgement|Grant support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt; Guidance and standard text that can be used in grant proposals, research papers, theses and other publications.&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[Scheduling|Job Scheduling and Resource Management]] ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduler Overview (Slurm)]]&amp;lt;/h3&amp;gt; How scheduling works&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Partitions / Queues]]&amp;lt;/h3&amp;gt; The available partitions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Choosing a node (constraints)]]&amp;lt;/h3&amp;gt; Targeting particular hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Batch Jobs]]&amp;lt;/h3&amp;gt; Submitting a batch script&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Interactive Jobs]]&amp;lt;/h3&amp;gt; An interactive shell on a compute node&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Array Jobs]]&amp;lt;/h3&amp;gt; Running many similar jobs at once&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Monitoring Jobs]]&amp;lt;/h3&amp;gt; Checking on your jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cancelling Jobs]]&amp;lt;/h3&amp;gt; Stopping a job&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reservations]]&amp;lt;/h3&amp;gt; Reserving nodes&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Fair Use Policy]]&amp;lt;/h3&amp;gt; Using shared resources considerately&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3145</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3145"/>
		<updated>2026-08-28T15:11:48Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* Get Started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Grant_Support_%26_Acknowledgement|Grant support &amp;amp; Acknowledgement]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[Scheduling|Job Scheduling and Resource Management]] ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduler Overview (Slurm)]]&amp;lt;/h3&amp;gt; How scheduling works&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Partitions / Queues]]&amp;lt;/h3&amp;gt; The available partitions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Choosing a node (constraints)]]&amp;lt;/h3&amp;gt; Targeting particular hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Batch Jobs]]&amp;lt;/h3&amp;gt; Submitting a batch script&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Interactive Jobs]]&amp;lt;/h3&amp;gt; An interactive shell on a compute node&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Array Jobs]]&amp;lt;/h3&amp;gt; Running many similar jobs at once&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Monitoring Jobs]]&amp;lt;/h3&amp;gt; Checking on your jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cancelling Jobs]]&amp;lt;/h3&amp;gt; Stopping a job&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reservations]]&amp;lt;/h3&amp;gt; Reserving nodes&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Fair Use Policy]]&amp;lt;/h3&amp;gt; Using shared resources considerately&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3137</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3137"/>
		<updated>2026-08-28T14:55:56Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* System Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[Scheduling|Job Scheduling and Resource Management]] ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Scheduler Overview (Slurm)]]&amp;lt;/h3&amp;gt; How scheduling works&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Partitions / Queues]]&amp;lt;/h3&amp;gt; The available partitions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Choosing a node (constraints)]]&amp;lt;/h3&amp;gt; Targeting particular hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Batch Jobs]]&amp;lt;/h3&amp;gt; Submitting a batch script&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Interactive Jobs]]&amp;lt;/h3&amp;gt; An interactive shell on a compute node&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Array Jobs]]&amp;lt;/h3&amp;gt; Running many similar jobs at once&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Monitoring Jobs]]&amp;lt;/h3&amp;gt; Checking on your jobs&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cancelling Jobs]]&amp;lt;/h3&amp;gt; Stopping a job&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Reservations]]&amp;lt;/h3&amp;gt; Reserving nodes&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Fair Use Policy]]&amp;lt;/h3&amp;gt; Using shared resources considerately&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3136</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3136"/>
		<updated>2026-08-28T14:53:35Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Scheduling|Job Scheduling and Resource Management]]&lt;br /&gt;
&lt;br /&gt;
[[Scheduler Overview (Slurm)]]&lt;br /&gt;
&lt;br /&gt;
[[Partitions / Queues]]&lt;br /&gt;
&lt;br /&gt;
[[Choosing a node (constraints)]]&lt;br /&gt;
&lt;br /&gt;
[[Batch Jobs]]&lt;br /&gt;
&lt;br /&gt;
[[Interactive Jobs]]&lt;br /&gt;
&lt;br /&gt;
[[Array Jobs]]&lt;br /&gt;
&lt;br /&gt;
[[Monitoring Jobs]]&lt;br /&gt;
&lt;br /&gt;
[[Cancelling Jobs]]&lt;br /&gt;
&lt;br /&gt;
[[Reservations]]&lt;br /&gt;
&lt;br /&gt;
[[Fair Use Policy]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3135</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3135"/>
		<updated>2026-08-28T14:51:08Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== [[About]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3134</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3134"/>
		<updated>2026-08-28T14:49:52Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== [[Get Started]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3133</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3133"/>
		<updated>2026-08-28T14:48:45Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* System_Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== [[System Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3132</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3132"/>
		<updated>2026-08-28T14:48:14Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== [[System_Access]] ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Login Nodes]]&amp;lt;/h3&amp;gt; The entry point you connect to&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute Nodes]]&amp;lt;/h3&amp;gt; Where your jobs run, and how to reach them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Filesystems]]&amp;lt;/h3&amp;gt; The storage tiers&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Quotas]]&amp;lt;/h3&amp;gt; Storage limits and how to check them&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Remote Access (VPN, Gateway)]]&amp;lt;/h3&amp;gt; Reaching Anunna from off campus&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Data Transfer Methods]]&amp;lt;/h3&amp;gt; Moving data to and from Anunna&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3131</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3131"/>
		<updated>2026-08-28T14:46:21Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== System Access ==&lt;br /&gt;
[[Login Nodes]]&lt;br /&gt;
&lt;br /&gt;
[[Compute Nodes]]&lt;br /&gt;
&lt;br /&gt;
[[Filesystems]]&lt;br /&gt;
&lt;br /&gt;
[[Quotas]]&lt;br /&gt;
&lt;br /&gt;
[[Remote Access (VPN, Gateway)]]&lt;br /&gt;
&lt;br /&gt;
[[Data Transfer Methods]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Roadmap&amp;diff=3113</id>
		<title>Roadmap</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Roadmap&amp;diff=3113"/>
		<updated>2026-08-28T12:35:43Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- TODO: this page needs the current roadmap. The previous content was the 2019-2020 roadmap (a single PDF), which is long out of date and has been removed. Add the current ambitions, or link the latest roadmap document, when available. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Anunna Roadmap: How We Decide What to Work On =&lt;br /&gt;
The Anunna HPC team has a lot of ideas, wishes, requests and opportunities to work on. At the same time, our capacity is limited. Besides improving and changing Anunna, we also need to keep the day-to-day HPC service running.&lt;br /&gt;
&lt;br /&gt;
This means we need to make deliberate choices about what we work on, when we work on it, and what we do not work on.&lt;br /&gt;
&lt;br /&gt;
Our roadmap is the way we make these choices together with our users and key users.&lt;br /&gt;
&lt;br /&gt;
== Why do we work with a roadmap? ==&lt;br /&gt;
There are several reasons why having a clear roadmap is important:&lt;br /&gt;
&lt;br /&gt;
* There is a lot of work to do. If everything is important, nothing is important. We need to make choices and focus our effort where it creates the most value.&lt;br /&gt;
* Our capacity is limited. The HPC team is responsible not only for improvements and changes, but also for the day-to-day operation and support of Anunna.&lt;br /&gt;
* We are still learning. The Anunna team is continuously learning what works best for our users and for the team.&lt;br /&gt;
* Wishes and demands come in different stages of maturity. Some ideas are well understood and ready to act on, while others are still &amp;quot;green&amp;quot; and need more exploration. The roadmap process helps us distinguish between them.&lt;br /&gt;
* Every decision to do something is also a decision not to do something else. By making priorities explicit, we make these trade-offs visible.&lt;br /&gt;
* Our users should help decide what matters most. The HPC team has technical expertise, but our clients and users are best positioned to tell us where improvements will have the greatest value for their work.&lt;br /&gt;
&lt;br /&gt;
The roadmap is therefore not simply a list of things the HPC team wants to do. It is a shared prioritisation process between the HPC team and the people who use Anunna.&lt;br /&gt;
&lt;br /&gt;
== How does the roadmap process work? ==&lt;br /&gt;
We work with a six-month roadmap cycle. Twice a year, representatives of our users come together with the HPC team to discuss and prioritize the work for the coming half year.&lt;br /&gt;
&lt;br /&gt;
The process starts well before the roadmap session itself.&lt;br /&gt;
&lt;br /&gt;
=== 1. Build the longlist ===&lt;br /&gt;
We start with a longlist of User Stories.&lt;br /&gt;
&lt;br /&gt;
A User Story describes a need or desired outcome from a user&#039;s perspective:&amp;lt;blockquote&amp;gt;As a [type of user],&lt;br /&gt;
&lt;br /&gt;
I want [something],&lt;br /&gt;
&lt;br /&gt;
so that [benefit or outcome].&amp;lt;/blockquote&amp;gt;For example:&amp;lt;blockquote&amp;gt;As a researcher, I want to be able to monitor my jobs more easily, so that I can quickly identify jobs that are not progressing as expected.&amp;lt;/blockquote&amp;gt;User Stories can cover both small improvements and larger topics. They can be written from any relevant perspective: researcher, data manager, software developer, HPC support, system administrator or another stakeholder.&lt;br /&gt;
&lt;br /&gt;
The important thing is that the story clearly describes who needs something, what they need, and why it matters.&lt;br /&gt;
&lt;br /&gt;
=== 2. Prepare and prioritise the User Stories ===&lt;br /&gt;
Before a User Story is considered for the roadmap, we try to make sure that we understand it sufficiently well.&lt;br /&gt;
&lt;br /&gt;
When preparing a story, we keep several questions in mind:&lt;br /&gt;
&lt;br /&gt;
* What is the expected value? What business, research or user value would this deliver?&lt;br /&gt;
* What risk does it reduce or what opportunity does it enable?&lt;br /&gt;
* Why now? Is there a reason this needs to happen soon rather than later?&lt;br /&gt;
* Are there dependencies? Does this work depend on another change being completed first, or does other work depend on it?&lt;br /&gt;
&lt;br /&gt;
This does not mean that every User Story needs a detailed business case. The purpose is to make the reasoning behind prioritization visible and understandable.&lt;br /&gt;
&lt;br /&gt;
At this stage, the longlist can still be quite large.&lt;br /&gt;
&lt;br /&gt;
=== 3. Vote: what matters most? ===&lt;br /&gt;
During the bi-annual roadmap session, every representative receives the complete longlist of User Stories.&lt;br /&gt;
&lt;br /&gt;
Each representative reads through the stories and selects &#039;&#039;&#039;four&#039;&#039;&#039; User Stories that are most relevant from their perspective.&lt;br /&gt;
&lt;br /&gt;
The voting is deliberately done from the perspective of the people represented in the session. Different users may value different things, and that is useful information.&lt;br /&gt;
&lt;br /&gt;
The goal is not to find a mathematically perfect ranking. The goal is to identify the topics that have the strongest relevance across our user community.&lt;br /&gt;
&lt;br /&gt;
Based on the voting, we reduce the longlist to a shortlist of approximately 10–12 User Stories.&lt;br /&gt;
&lt;br /&gt;
=== 4. High-level estimation ===&lt;br /&gt;
The shortlist is then further refined by the HPC team. This is also done during the bi-annual roadmap session.&lt;br /&gt;
&lt;br /&gt;
For each User Story, the team makes a high-level estimate of the effort and complexity involved. This is not intended to be a detailed project plan or a commitment to a precise number of hours.&lt;br /&gt;
&lt;br /&gt;
The purpose is to understand the relationship between:&lt;br /&gt;
&lt;br /&gt;
value × urgency × risk/opportunity × effort × dependencies&lt;br /&gt;
&lt;br /&gt;
The HPC team does the technical estimation, while the client representatives observe the process and are encouraged to ask questions and provide feedback.&lt;br /&gt;
&lt;br /&gt;
This is an important part of the process: the HPC team brings the technical perspective, while the users bring the perspective of value and impact.&lt;br /&gt;
&lt;br /&gt;
== What comes out of the roadmap session? ==&lt;br /&gt;
At the end of the roadmap session, we have a clear and predictable set of User Stories for the coming six months.&lt;br /&gt;
&lt;br /&gt;
These stories form the roadmap that the Anunna team will focus on.&lt;br /&gt;
&lt;br /&gt;
The intention is to work through the selected User Stories one by one, rather than constantly switching between many competing priorities. This allows the team to focus its capacity and increases the likelihood that we actually finish the things we start.&lt;br /&gt;
&lt;br /&gt;
The roadmap is therefore also a way of saying:&amp;lt;blockquote&amp;gt;&amp;quot;These are the things we believe will deliver the most value right now, and these are the things we will focus on.&amp;quot;&amp;lt;/blockquote&amp;gt;It does not mean that nothing else can happen during the six months. Operational incidents, security issues, urgent technical problems and genuinely time-critical opportunities may require us to change course.&lt;br /&gt;
&lt;br /&gt;
However, such changes should be visible and discussed rather than happening simply because the latest request happened to arrive first.&lt;br /&gt;
&lt;br /&gt;
== How can users influence the roadmap? ==&lt;br /&gt;
The most direct way to influence the roadmap is through the key-user group.&lt;br /&gt;
&lt;br /&gt;
Key users help us understand what is important to the people using Anunna and bring different perspectives into the roadmap process. They participate in the bi-annual roadmap sessions and help determine which User Stories deserve attention.&lt;br /&gt;
&lt;br /&gt;
You do not need to be an HPC expert to contribute. In fact, a key part of the role is bringing the user perspective into the conversation.&lt;br /&gt;
&lt;br /&gt;
If you have an idea or a problem that you believe should be addressed, it can become a User Story and enter the longlist. Being on the longlist does not automatically mean that it will be implemented; it means that the idea is visible and can be considered as part of the prioritization process.&lt;br /&gt;
&lt;br /&gt;
== Want to join the key-user group? ==&lt;br /&gt;
Would you like to help shape the future of Anunna and have a voice in deciding what the HPC team should focus on?&lt;br /&gt;
&lt;br /&gt;
Please reach out to [mailto::alexander.vanittersum@wur.nl Alexander van Ittersum] and let him know that you would like to be part of the Anunna key-user group.&lt;br /&gt;
&lt;br /&gt;
Your perspective helps us make better choices about where our limited capacity can create the most value for the Anunna community.&amp;lt;!-- TODO: add the current roadmap items here, or embed/link the latest roadmap document. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Mission and Governance]]&lt;br /&gt;
* [[Maintenance and Management]]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Roadmap&amp;diff=3112</id>
		<title>Roadmap</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Roadmap&amp;diff=3112"/>
		<updated>2026-08-28T12:31:54Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- TODO: this page needs the current roadmap. The previous content was the 2019-2020 roadmap (a single PDF), which is long out of date and has been removed. Add the current ambitions, or link the latest roadmap document, when available. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Anunna Roadmap: How We Decide What to Work On =&lt;br /&gt;
The Anunna HPC team has a lot of ideas, wishes, requests and opportunities to work on. At the same time, our capacity is limited. Besides improving and changing Anunna, we also need to keep the day-to-day HPC service running.&lt;br /&gt;
&lt;br /&gt;
This means we need to make deliberate choices about what we work on, when we work on it, and what we do not work on.&lt;br /&gt;
&lt;br /&gt;
Our roadmap is the way we make these choices together with our users and key users.&lt;br /&gt;
&lt;br /&gt;
== Why do we work with a roadmap? ==&lt;br /&gt;
There are several reasons why having a clear roadmap is important:&lt;br /&gt;
&lt;br /&gt;
* There is a lot of work to do. If everything is important, nothing is important. We need to make choices and focus our effort where it creates the most value.&lt;br /&gt;
* Our capacity is limited. The HPC team is responsible not only for improvements and changes, but also for the day-to-day operation and support of Anunna.&lt;br /&gt;
* We are still learning. The Anunna team is continuously learning what works best for our users and for the team.&lt;br /&gt;
* Wishes and demands come in different stages of maturity. Some ideas are well understood and ready to act on, while others are still &amp;quot;green&amp;quot; and need more exploration. The roadmap process helps us distinguish between them.&lt;br /&gt;
* Every decision to do something is also a decision not to do something else. By making priorities explicit, we make these trade-offs visible.&lt;br /&gt;
* Our users should help decide what matters most. The HPC team has technical expertise, but our clients and users are best positioned to tell us where improvements will have the greatest value for their work.&lt;br /&gt;
&lt;br /&gt;
The roadmap is therefore not simply a list of things the HPC team wants to do. It is a shared prioritisation process between the HPC team and the people who use Anunna.&lt;br /&gt;
&lt;br /&gt;
== How does the roadmap process work? ==&lt;br /&gt;
We work with a six-month roadmap cycle. Twice a year, representatives of our users come together with the HPC team to discuss and prioritize the work for the coming half year.&lt;br /&gt;
&lt;br /&gt;
The process starts well before the roadmap session itself.&lt;br /&gt;
&lt;br /&gt;
=== 1. Build the longlist ===&lt;br /&gt;
We start with a longlist of User Stories.&lt;br /&gt;
&lt;br /&gt;
A User Story describes a need or desired outcome from a user&#039;s perspective:&amp;lt;blockquote&amp;gt;As a [type of user],&lt;br /&gt;
&lt;br /&gt;
I want [something],&lt;br /&gt;
&lt;br /&gt;
so that [benefit or outcome].&amp;lt;/blockquote&amp;gt;For example:&amp;lt;blockquote&amp;gt;As a researcher, I want to be able to monitor my jobs more easily, so that I can quickly identify jobs that are not progressing as expected.&amp;lt;/blockquote&amp;gt;User Stories can cover both small improvements and larger topics. They can be written from any relevant perspective: researcher, data manager, software developer, HPC support, system administrator, or another stakeholder.&lt;br /&gt;
&lt;br /&gt;
The important thing is that the story clearly describes who needs something, what they need, and why it matters.&lt;br /&gt;
&lt;br /&gt;
=== 2. Prepare and prioritise the User Stories ===&lt;br /&gt;
Before a User Story is considered for the roadmap, we try to make sure that we understand it sufficiently well.&lt;br /&gt;
&lt;br /&gt;
When preparing a story, we keep several questions in mind:&lt;br /&gt;
&lt;br /&gt;
* What is the expected value? What business, research or user value would this deliver?&lt;br /&gt;
* What risk does it reduce or what opportunity does it enable?&lt;br /&gt;
* Why now? Is there a reason this needs to happen soon rather than later?&lt;br /&gt;
* Are there dependencies? Does this work depend on another change being completed first, or does other work depend on it?&lt;br /&gt;
&lt;br /&gt;
This does not mean that every User Story needs a detailed business case. The purpose is to make the reasoning behind prioritization visible and understandable.&lt;br /&gt;
&lt;br /&gt;
At this stage, the longlist can still be quite large.&lt;br /&gt;
&lt;br /&gt;
=== 3. Vote: what matters most? ===&lt;br /&gt;
During the bi-annual roadmap session, every representative receives the complete longlist of User Stories.&lt;br /&gt;
&lt;br /&gt;
Each representative reads through the stories and selects &#039;&#039;&#039;four&#039;&#039;&#039; User Stories that are most relevant from their perspective.&lt;br /&gt;
&lt;br /&gt;
The voting is deliberately done from the perspective of the people represented in the session. Different users may value different things, and that is useful information.&lt;br /&gt;
&lt;br /&gt;
The goal is not to find a mathematically perfect ranking. The goal is to identify the topics that have the strongest relevance across our user community.&lt;br /&gt;
&lt;br /&gt;
Based on the voting, we reduce the longlist to a shortlist of approximately 10–12 User Stories.&lt;br /&gt;
&lt;br /&gt;
=== 4. High-level estimation ===&lt;br /&gt;
The shortlist is then further refined by the HPC team. This is also done during the bi-annual roadmap session.&lt;br /&gt;
&lt;br /&gt;
For each User Story, the team makes a high-level estimate of the effort and complexity involved. This is not intended to be a detailed project plan or a commitment to a precise number of hours.&lt;br /&gt;
&lt;br /&gt;
The purpose is to understand the relationship between:&lt;br /&gt;
&lt;br /&gt;
value × urgency × risk/opportunity × effort × dependencies&lt;br /&gt;
&lt;br /&gt;
The HPC team does the technical estimation, while the client representatives observe the process and are encouraged to ask questions and provide feedback.&lt;br /&gt;
&lt;br /&gt;
This is an important part of the process: the HPC team brings the technical perspective, while the users bring the perspective of value and impact.&lt;br /&gt;
&lt;br /&gt;
== What comes out of the roadmap session? ==&lt;br /&gt;
At the end of the roadmap session, we have a clear and predictable set of User Stories for the coming six months.&lt;br /&gt;
&lt;br /&gt;
These stories form the roadmap that the Anunna team will focus on.&lt;br /&gt;
&lt;br /&gt;
The intention is to work through the selected User Stories one by one, rather than constantly switching between many competing priorities. This allows the team to focus its capacity and increases the likelihood that we actually finish the things we start.&lt;br /&gt;
&lt;br /&gt;
The roadmap is therefore also a way of saying:&amp;lt;blockquote&amp;gt;&amp;quot;These are the things we believe will deliver the most value right now, and these are the things we will focus on.&amp;quot;&amp;lt;/blockquote&amp;gt;It does not mean that nothing else can happen during the six months. Operational incidents, security issues, urgent technical problems and genuinely time-critical opportunities may require us to change course.&lt;br /&gt;
&lt;br /&gt;
However, such changes should be visible and discussed rather than happening simply because the latest request happened to arrive first.&lt;br /&gt;
&lt;br /&gt;
== How can users influence the roadmap? ==&lt;br /&gt;
The most direct way to influence the roadmap is through the key-user group.&lt;br /&gt;
&lt;br /&gt;
Key users help us understand what is important to the people using Anunna and bring different perspectives into the roadmap process. They participate in the bi-annual roadmap sessions and help determine which User Stories deserve attention.&lt;br /&gt;
&lt;br /&gt;
You do not need to be an HPC expert to contribute. In fact, a key part of the role is bringing the user perspective into the conversation.&lt;br /&gt;
&lt;br /&gt;
If you have an idea or a problem that you believe should be addressed, it can become a User Story and enter the longlist. Being on the longlist does not automatically mean that it will be implemented; it means that the idea is visible and can be considered as part of the prioritization process.&lt;br /&gt;
&lt;br /&gt;
== Want to join the key-user group? ==&lt;br /&gt;
Would you like to help shape the future of Anunna and have a voice in deciding what the HPC team should focus on?&lt;br /&gt;
&lt;br /&gt;
Please reach out to [mailto::alexander.vanittersum@wur.nl] and let him know that you would like to be part of the Anunna key-user group.&lt;br /&gt;
&lt;br /&gt;
Your perspective helps us make better choices about where our limited capacity can create the most value for the Anunna community.&amp;lt;!-- TODO: add the current roadmap items here, or embed/link the latest roadmap document. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Mission and Governance]]&lt;br /&gt;
* [[Maintenance and Management]]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3111</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3111"/>
		<updated>2026-08-28T12:22:28Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3110</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3110"/>
		<updated>2026-08-28T12:21:31Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3109</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3109"/>
		<updated>2026-08-28T12:20:08Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* Getting started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt; Eligibility&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt; How to request an account&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt; What is expected of you as a user&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt; Logging in over SSH to the cluster&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt; Using applications on Anunna through your web browser&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt; Moving your work to the cluster from your computer&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3108</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3108"/>
		<updated>2026-08-28T12:18:25Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt; How we decide what to work on&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]]&amp;lt;/h3&amp;gt; Costs of using Anunna&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt; What Anunna is for and who runs it&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt; How the cluster is put together&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Compute_Hardware_Overview]]&amp;lt;/h3&amp;gt; The node types and their hardware&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt; The storage tiers at a glance&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt; Interconnect and data-security posture&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt; How Anunna came to be&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt; Frequently Asked Questions&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt; Who may use Anunna and on what terms&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt; Green-HPC policy and measures&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3107</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3107"/>
		<updated>2026-08-28T12:14:44Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]] How we decide what to work on&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] Costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[History of the Cluster]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[FAQ]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Policies and Terms of Use]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Sustainability]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3106</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3106"/>
		<updated>2026-08-28T12:13:24Z</updated>

		<summary type="html">&lt;p&gt;Haars001: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]] How we decide what to work on&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] Costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt;[[History of the Cluster]]&lt;br /&gt;
*[[FAQ]]&lt;br /&gt;
*[[Policies and Terms of Use]]&lt;br /&gt;
*[[Sustainability]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3105</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3105"/>
		<updated>2026-08-28T12:11:02Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]] How we decide what to work on&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] Costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Account Application Process]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[SSH Access]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3104</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3104"/>
		<updated>2026-08-28T12:10:37Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]] How we decide what to work on&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] Costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Who Can Access?]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[* &amp;lt;h3&amp;gt;[Account Application Process]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[User Responsibilities]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[SSH Access]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Apps Portal]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Workflow Migration from Laptop to HPC]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3103</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3103"/>
		<updated>2026-08-28T12:10:12Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]] How we decide what to work on&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] Costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
[[Who Can Access?]]&lt;br /&gt;
&lt;br /&gt;
[[Account Application Process]]&lt;br /&gt;
&lt;br /&gt;
[[User Responsibilities]]&lt;br /&gt;
&lt;br /&gt;
[[SSH Access]]&lt;br /&gt;
&lt;br /&gt;
[[Apps Portal]]&lt;br /&gt;
&lt;br /&gt;
[[Workflow Migration from Laptop to HPC]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3102</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3102"/>
		<updated>2026-08-28T12:08:43Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]] How we decide what to work on&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] Costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3101</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3101"/>
		<updated>2026-08-28T12:06:53Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]] How we decide what to work on&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] Costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3100</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3100"/>
		<updated>2026-08-28T12:06:40Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]] How we decide what to work on&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] Costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[[Network &amp;amp; Security]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3099</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3099"/>
		<updated>2026-08-28T11:57:38Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]] How We Decide What to Work On&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3098</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3098"/>
		<updated>2026-08-28T11:56:40Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3097</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3097"/>
		<updated>2026-08-28T11:56:13Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Mission and Governance]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[Cluster Architecture Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[Storage Systems Overview]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3096</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3096"/>
		<updated>2026-08-28T11:55:36Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[Mission and Governance]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Cluster Architecture Overview]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Storage Systems Overview]] ===&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3095</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3095"/>
		<updated>2026-08-28T11:54:53Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] costs of using Anunna&amp;lt;/h3&amp;gt;[[Mission and Governance]]&lt;br /&gt;
*[[Cluster Architecture Overview]]&lt;br /&gt;
*[[Storage Systems Overview]]&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3094</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Main_Page&amp;diff=3094"/>
		<updated>2026-08-28T11:46:37Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anunna is a [http://en.wikipedia.org/wiki/High-performance_computing High Performance Computing] (HPC) cluster hosted by [https://www.wur.nl/ Wageningen University &amp;amp; Research]. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.&lt;br /&gt;
&lt;br /&gt;
You reach the cluster over [[SSH Access|SSH]] at &amp;lt;code&amp;gt;login.anunna.wur.nl&amp;lt;/code&amp;gt;, or through your browser at the [[Apps Portal]] (https://apps.anunna.wur.nl/).&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Roadmap]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;h3&amp;gt;[[Tariffs]] costs of using Anunna&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Start here ===&lt;br /&gt;
&lt;br /&gt;
* [[About]] — what Anunna is, how it is built and run, and the policies that apply&lt;br /&gt;
* [[Get Started]] — eligibility, getting an account, and logging in&lt;br /&gt;
* [[Glossary of Terms]] — common HPC and Anunna terms explained&lt;br /&gt;
&lt;br /&gt;
=== Using the cluster ===&lt;br /&gt;
&lt;br /&gt;
* [[System Access]] — login and compute nodes, filesystems, data transfer&lt;br /&gt;
* [[Scheduling]] — submitting and managing jobs with SLURM&lt;br /&gt;
* [[Software]] — modules, languages, containers, and licensed software&lt;br /&gt;
* [[Storage]] — the storage tiers and how data is kept and protected&lt;br /&gt;
* [[Apps Portal]] — graphical applications and desktops in your browser&lt;br /&gt;
* [[Workflows]] — reproducible, efficient research workflows&lt;br /&gt;
&lt;br /&gt;
=== Help and more ===&lt;br /&gt;
&lt;br /&gt;
* [[Training]] — courses, tutorials, and reference material&lt;br /&gt;
* [[Support]] — getting help, reporting problems, and cluster status&lt;br /&gt;
* [[For PIs]] — projects, allocations, and group management for group leaders&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
&lt;br /&gt;
* [[How to Get Help]] — contact the HPC team&lt;br /&gt;
* [[Maintenance Schedule]] — planned downtimes&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.wur.nl/en/Value-Creation-Cooperation/Facilities/Wageningen-Shared-Research-Facilities/Our-facilities/Show/High-Performance-Computing-Cluster-HPC-Anunna.htm Wageningen Shared Research Facilities — HPC]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Python/Conda&amp;diff=3087</id>
		<title>Python/Conda</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Python/Conda&amp;diff=3087"/>
		<updated>2026-08-28T09:25:48Z</updated>

		<summary type="html">&lt;p&gt;Haars001: added bit about converting the initialisation code to a function&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Anaconda}}&lt;br /&gt;
&lt;br /&gt;
Conda is a tool for installing scientific software and keeping it in self-contained folders called environments. You will meet it most often in bioinformatics, data science and machine learning, where a great deal of software is published this way.&lt;br /&gt;
&lt;br /&gt;
This page explains what Anaconda and Mamba are, why we do not recommend them on Anunna, what to use instead, and — if you have no alternative — how to use conda here with the least trouble.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== What is Anaconda ===&lt;br /&gt;
&lt;br /&gt;
Anaconda is a Python distribution made by a company, Anaconda Inc. It arrives as one large download containing Python, the &amp;lt;code&amp;gt;conda&amp;lt;/code&amp;gt; command and several hundred scientific packages, already installed and ready to use. It is several gigabytes in size.&lt;br /&gt;
&lt;br /&gt;
It was designed for a personal computer: you install it once and nearly everything you might need is already there. That convenience is why it became so popular.&lt;br /&gt;
&lt;br /&gt;
=== What is Mamba ===&lt;br /&gt;
&lt;br /&gt;
Mamba is a free, open-source tool that does the same job as Anaconda&#039;s &amp;lt;code&amp;gt;conda&amp;lt;/code&amp;gt; command. It is not a bundle — it installs only the packages you ask for, and nothing else.&lt;br /&gt;
&lt;br /&gt;
Mamba comes from the [https://conda-forge.org/ conda-forge] community. You normally get it by installing [https://github.com/conda-forge/miniforge Miniforge], which provides both &amp;lt;code&amp;gt;conda&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;mamba&amp;lt;/code&amp;gt;. It gives you access to conda-forge and to [https://bioconda.github.io/ bioconda], the repository where most bioinformatics software is published.&lt;br /&gt;
&lt;br /&gt;
=== What they have in common ===&lt;br /&gt;
&lt;br /&gt;
Both build &#039;&#039;&#039;environments&#039;&#039;&#039; — a self-contained folder with its own Python and its own libraries. You can keep several side by side, each holding different versions of the same software, without them interfering with one another.&lt;br /&gt;
&lt;br /&gt;
Both also install much more than Python packages. &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; installs Python code and nothing else, whereas conda and mamba can install the things that code depends on as well: R, compilers, C libraries and command-line programs. That is the main reason people choose them.&lt;br /&gt;
&lt;br /&gt;
Underneath, they are the same system. They use the same package format and the same repositories, so an environment built by one can be used by the other, and the commands are identical — &amp;lt;code&amp;gt;create&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;install&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;activate&amp;lt;/code&amp;gt;. Moving from one to the other is not a migration; nothing needs converting.&lt;br /&gt;
&lt;br /&gt;
=== How they differ ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! !! Anaconda !! Mamba&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;What you get&#039;&#039;&#039; || Python and several hundred packages, whether you wanted them or not. Several gigabytes. || Only the packages you ask for.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Where packages come from&#039;&#039;&#039; || Anaconda&#039;s own repository. || conda-forge and bioconda.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Cost&#039;&#039;&#039; || A paid licence is required for large organisations like WUR. || Free and open source.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Speed used to be a clear difference too, as mamba worked out dependencies far faster than conda did. Since conda version 23.10 the two share the same machinery for this, so the gap is much smaller than it once was.&lt;br /&gt;
&lt;br /&gt;
On licensing, Anaconda changed its terms in 2024 and they may not permit research use at an institution the size of WUR — see [https://www.anaconda.com/blog/update-on-anacondas-terms-of-service-for-academia-and-research Anaconda&#039;s own statement on academia and research].&lt;br /&gt;
&lt;br /&gt;
== Why they are not recommended in the cluster ==&lt;br /&gt;
&lt;br /&gt;
Both tools do run on Anunna. Neither is a good fit for it. The reasons below apply to Anaconda and Mamba alike, except the last one.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Neither is built for our hardware.&#039;&#039;&#039; Conda packages — from Anaconda and from conda-forge equally — are general-purpose builds that have to work on any machine in the world. The software we provide as modules is compiled for the exact processors in each generation of Anunna&#039;s nodes. If you care about speed and efficiency, use the modules in the buckets: see [[Python/Modules]].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;They bring their own copies of software the cluster already provides.&#039;&#039;&#039; Ask for one package and you may also receive compilers, maths libraries, CUDA and MPI as dependencies. These sit alongside Anunna&#039;s own versions and can be picked up instead of them, which produces results that are hard to explain.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Their MPI is unlikely to use Anunna&#039;s fast network.&#039;&#039;&#039; A program that spreads work across several nodes needs MPI built against the cluster&#039;s high-speed interconnect. The MPI that comes out of a conda environment is a generic build, so a multi-node job may fall back to ordinary networking and run far slower, or fail to start at all. If your work runs on more than one node, use the MPI modules.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;They assume system libraries live where they do on a laptop.&#039;&#039;&#039; Those assumptions often do not hold here, and the result is a job that fails part-way through with an error that points nowhere useful.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;They fill your home directory.&#039;&#039;&#039; A single environment is tens of thousands of small files. Your home directory is small, it is backed up, and it sits on a filesystem measured at roughly ninety times slower than Lustre for large reads and writes. See [[Quotas]] and [[Storage Systems Overview]].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Installing them slows the cluster down for everybody.&#039;&#039;&#039; Working out and unpacking an environment writes thousands of small files at once. On a login node, which is shared by every user, that is felt by everyone rather than only by you.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;They change your shell without asking.&#039;&#039;&#039; The &amp;lt;code&amp;gt;conda init&amp;lt;/code&amp;gt; command writes a block into your &amp;lt;code&amp;gt;~/.bashrc&amp;lt;/code&amp;gt;. That block is then read again by job scripts and by interactive sessions, and it can leak into containers, causing failures that look nothing like a conda problem.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Anaconda additionally has a BIG licensing problem.&#039;&#039;&#039; Its 2024 terms require a paid licence for organisations of 200 or more people, and the free exemption covers teaching rather than research. Other HPC centres have already stopped providing it.&lt;br /&gt;
&lt;br /&gt;
== What to use instead ==&lt;br /&gt;
&lt;br /&gt;
In order — try the first before the second, and so on.&lt;br /&gt;
&lt;br /&gt;
=== Check whether it is already a module ===&lt;br /&gt;
&lt;br /&gt;
Most widely used scientific software is already installed on Anunna and compiled for our hardware. Search for it by name before installing anything yourself:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
module key blast&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;module key&amp;lt;/code&amp;gt; searches every bucket at once, so you do not need to load one first. See [[Environment Modules]].&lt;br /&gt;
&lt;br /&gt;
=== A virtual environment on a Python module ===&lt;br /&gt;
&lt;br /&gt;
If you only need Python packages, a virtual environment built on one of our Python modules is the right tool. It is smaller, faster and simpler than a conda environment, and it uses the Python we compiled for this machine.&lt;br /&gt;
&lt;br /&gt;
[[Python/Modules#Virtual environments]] covers this in full. The one thing to remember here is that the environment belongs on Lustre — under &amp;lt;code&amp;gt;$myNobackup&amp;lt;/code&amp;gt; — and not in your home directory.&lt;br /&gt;
&lt;br /&gt;
For a faster alternative to &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; when installing into such an environment, the &amp;lt;code&amp;gt;uv&amp;lt;/code&amp;gt; module is available in the 2025 bucket, see [[Uv|here]].&lt;br /&gt;
&lt;br /&gt;
=== A ready-made container ===&lt;br /&gt;
&lt;br /&gt;
Almost every package on bioconda is also published as a prebuilt container image, so you can run the software without building an environment at all. This is often the quickest route for bioinformatics software.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
module load utilities Apptainer&lt;br /&gt;
apptainer pull https://depot.galaxyproject.org/singularity/multiqc:1.29--pyhdfd78af_0&lt;br /&gt;
apptainer run multiqc_1.29--pyhdfd78af_0.sif multiqc --help&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Browse [https://depot.galaxyproject.org/singularity/ the image list] for the tool and version you want. See [[Apptainer]], and set &amp;lt;code&amp;gt;APPTAINER_CACHEDIR&amp;lt;/code&amp;gt; to a location on Lustre first, as that page describes.&lt;br /&gt;
&lt;br /&gt;
=== When none of these work ===&lt;br /&gt;
&lt;br /&gt;
Some software is published only as a conda package and has no module, no Python-only equivalent and no container. That is a real situation, and the rest of this page is for this situation.&lt;br /&gt;
&lt;br /&gt;
== If you still need conda ==&lt;br /&gt;
&lt;br /&gt;
Everything below is aimed at avoiding the issues described above. The two that matter most are keeping conda out of your &amp;lt;code&amp;gt;~/.bashrc&amp;lt;/code&amp;gt; and never building an environment on a login node.&lt;br /&gt;
&lt;br /&gt;
=== Use Miniforge, not Anaconda ===&lt;br /&gt;
&lt;br /&gt;
[https://github.com/conda-forge/miniforge Miniforge] is a small installer from the conda-forge community. It gives you both &amp;lt;code&amp;gt;conda&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;mamba&amp;lt;/code&amp;gt;, it uses conda-forge instead of Anaconda&#039;s repository, and it carries no licence conditions.&lt;br /&gt;
&lt;br /&gt;
=== Install it on Lustre, not in your home directory ===&lt;br /&gt;
&lt;br /&gt;
Start an interactive session first — see below — then:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd $myNobackup&lt;br /&gt;
curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh&lt;br /&gt;
bash Miniforge3-Linux-x86_64.sh -b -p $myNobackup/miniforge3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-p&amp;lt;/code&amp;gt; chooses where it goes. &amp;lt;code&amp;gt;-b&amp;lt;/code&amp;gt; installs without asking questions &#039;&#039;&#039;and without touching your shell configuration&#039;&#039;&#039;, which is what you want.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$myNobackup&amp;lt;/code&amp;gt; is your Lustre location without backup, which is the right tier here: an environment can always be rebuilt from its list of packages, so it does not need backing up. If you have not set that variable yet, see [[Installing Personal Software#Aliases and local variables]].&lt;br /&gt;
&lt;br /&gt;
=== Do not let it change your shell ===&lt;br /&gt;
&lt;br /&gt;
Never run &amp;lt;code&amp;gt;conda init&amp;lt;/code&amp;gt;. Load conda explicitly instead, whenever you need it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
source $myNoBkp/miniforge3/etc/profile.d/conda.sh&lt;br /&gt;
conda activate myenv&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have run &amp;lt;code&amp;gt;conda init&amp;lt;/code&amp;gt; in the past, open &amp;lt;code&amp;gt;~/.bashrc&amp;lt;/code&amp;gt; and delete everything between the lines &amp;lt;code&amp;gt;# &amp;gt;&amp;gt;&amp;gt; conda initialize &amp;gt;&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;# &amp;lt;&amp;lt;&amp;lt; conda initialize &amp;lt;&amp;lt;&amp;lt;&amp;lt;/code&amp;gt;, including those two lines.&lt;br /&gt;
&lt;br /&gt;
Another option if you do want to keep that code block available to you is to convert it to a function in &amp;lt;code&amp;gt;~/.bashrc&amp;lt;/code&amp;gt;, like this:&lt;br /&gt;
 cdi ()&lt;br /&gt;
 {&lt;br /&gt;
     # &amp;gt;&amp;gt;&amp;gt; conda initialize &amp;gt;&amp;gt;&amp;gt;&lt;br /&gt;
 &amp;lt; original conda initialisation code &amp;gt;&lt;br /&gt;
     # &amp;lt;&amp;lt;&amp;lt; conda initialize &amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
 }&lt;br /&gt;
Then you can use &amp;lt;code&amp;gt;cdi&amp;lt;/code&amp;gt; to load that code when in an interactive shell&lt;br /&gt;
&lt;br /&gt;
=== Keep the package cache off your home directory ===&lt;br /&gt;
&lt;br /&gt;
Conda keeps a cache of downloaded packages and a record of your environments. Point both at Lustre by adding these lines to your &amp;lt;code&amp;gt;~/.bash_aliases&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
export CONDA_PKGS_DIRS=$myNoBkp/conda/pkgs&lt;br /&gt;
export CONDA_ENVS_DIRS=$myNoBkp/conda/envs&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Never build an environment on a login node ===&lt;br /&gt;
&lt;br /&gt;
Creating an environment is exactly the kind of work that disturbs the shared filesystem for other users. Ask for an interactive session on a compute node and do it there:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sinteractive -c 4 --mem 16G --time 120&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then create the environment. Listing the packages in a file makes it repeatable:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
source $myNoBkp/miniforge3/etc/profile.d/conda.sh&lt;br /&gt;
mamba create -n myenv python=3.12 numpy pandas&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[Interactive Jobs]] for the options &amp;lt;code&amp;gt;sinteractive&amp;lt;/code&amp;gt; accepts.&lt;br /&gt;
&lt;br /&gt;
=== Using an environment in a job script ===&lt;br /&gt;
&lt;br /&gt;
Load conda and activate the environment inside the script itself. Note the first line: use plain &amp;lt;code&amp;gt;#!/bin/bash&amp;lt;/code&amp;gt;, not &amp;lt;code&amp;gt;#!/bin/bash -i&amp;lt;/code&amp;gt;, so the script does not read your shell configuration.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --job-name=myjob&lt;br /&gt;
#SBATCH --time=1:00:00&lt;br /&gt;
#SBATCH --cpus-per-task=4&lt;br /&gt;
#SBATCH --mem=16G&lt;br /&gt;
&lt;br /&gt;
source $myNobackup/miniforge3/etc/profile.d/conda.sh&lt;br /&gt;
conda activate myenv&lt;br /&gt;
&lt;br /&gt;
python myscript.py&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[Batch Jobs]].&lt;br /&gt;
&lt;br /&gt;
=== Cleaning up ===&lt;br /&gt;
&lt;br /&gt;
Environments are large and easy to forget. Check what you have from time to time, remove what you no longer use, and empty the download cache:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
conda env list&lt;br /&gt;
conda env remove -n myenv&lt;br /&gt;
conda clean --all&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Python]]&lt;br /&gt;
* [[Python/Modules]]&lt;br /&gt;
* [[Environment Modules]]&lt;br /&gt;
* [[Apptainer]]&lt;br /&gt;
* [[Interactive Jobs]]&lt;br /&gt;
* [[Batch Jobs]]&lt;br /&gt;
* [[Installing Personal Software]]&lt;br /&gt;
* [[Quotas]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/conda-forge/miniforge Miniforge]&lt;br /&gt;
* [https://conda-forge.org/ conda-forge]&lt;br /&gt;
* [https://bioconda.github.io/ bioconda]&lt;br /&gt;
* [https://depot.galaxyproject.org/singularity/ Prebuilt bioconda container images]&lt;br /&gt;
* [https://www.anaconda.com/blog/update-on-anacondas-terms-of-service-for-academia-and-research Anaconda&#039;s terms of service for academia and research]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Uv&amp;diff=3086</id>
		<title>Uv</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Uv&amp;diff=3086"/>
		<updated>2026-08-28T09:15:41Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:uv}}&lt;br /&gt;
&lt;br /&gt;
uv is a tool for installing Python packages and for managing the environments they live in. It does the same work as &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;venv&amp;lt;/code&amp;gt;, and it works it a great deal faster.&lt;br /&gt;
&lt;br /&gt;
This page explains what uv is, how to load it on Anunna, where it keeps your files, and how to use it for everyday work. It also explains what uv is &#039;&#039;&#039;not&#039;&#039;&#039; the right tool for: the packages it installs are not built for our hardware, so when the speed of your calculation matters, the Python modules remain the better choice.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== What uv is ===&lt;br /&gt;
&lt;br /&gt;
uv is a single program that covers work you would otherwise need several separate tools for. On Anunna it is available as a module, already set up for the cluster.&lt;br /&gt;
&lt;br /&gt;
=== What uv does ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! uv can !! Otherwise you would use&lt;br /&gt;
|-&lt;br /&gt;
| Install Python packages || &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Create and manage environments || &amp;lt;code&amp;gt;venv&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Download other versions of Python || a Python module, if one exists&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== What it is faster at ===&lt;br /&gt;
&lt;br /&gt;
Installing packages, and building the environments that hold them. uv produces the same result as &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; — the very same packages, from the very same place — in a fraction of the time.&lt;br /&gt;
&lt;br /&gt;
That is worth more here than it would be on your own computer. Installing an environment means writing tens of thousands of small files onto a filesystem that everybody on the cluster shares, so finishing sooner is better for you and better for everyone else.&lt;br /&gt;
&lt;br /&gt;
=== What it is not faster at ===&lt;br /&gt;
&lt;br /&gt;
Running your code.&lt;br /&gt;
&lt;br /&gt;
The packages uv installs are general-purpose builds, made to work on any machine in the world. They are exactly what &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; would have given you. The software we provide as modules is compiled for the precise processors in each generation of Anunna&#039;s nodes, and that is where the speed of a calculation comes from. If your work is heavy, use the modules — see [[Python/Modules]].&lt;br /&gt;
&lt;br /&gt;
The same applies to Python itself. uv is able to download a Python for you, but it is a general-purpose build too. The module is set up to use the Python you have loaded rather than fetching one.&lt;br /&gt;
&lt;br /&gt;
=== What we have already set up ===&lt;br /&gt;
&lt;br /&gt;
Left alone, uv keeps its downloads and environments in your home directory, which is small, backed up, and slower than Lustre. The Anunna module points all of it at Lustre instead, and there is nothing you need to do to make that happen. The next two sections cover loading the module and where your files end up.&lt;br /&gt;
&lt;br /&gt;
== Loading uv ==&lt;br /&gt;
&lt;br /&gt;
uv lives in the &#039;&#039;&#039;2025&#039;&#039;&#039; bucket:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
module load 2025 uv&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Loading uv also loads Python 3.13.1, so you do not need to load a Python module first.&lt;br /&gt;
&lt;br /&gt;
Software from different buckets should not be mixed, so anything you use alongside uv should come from the 2025 bucket as well. See [[Environment Modules#Software buckets]].&lt;br /&gt;
&lt;br /&gt;
To check that it worked:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
uv --version&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A second command, &amp;lt;code&amp;gt;uvx&amp;lt;/code&amp;gt;, arrives together with &amp;lt;code&amp;gt;uv&amp;lt;/code&amp;gt;. It is described in [[#Other things uv can do]].&lt;br /&gt;
&lt;br /&gt;
== Where uv keeps your files ==&lt;br /&gt;
&lt;br /&gt;
uv accumulates three kinds of thing as you use it: the packages it has downloaded, any Python versions it has fetched, and the tools you have installed with it. On Anunna the module places all of them on Lustre, under a folder called &amp;lt;code&amp;gt;uv&amp;lt;/code&amp;gt; in your nobackup location — &amp;lt;code&amp;gt;$myNoBkp/uv&amp;lt;/code&amp;gt;. Nobackup is the right tier because everything in there can be downloaded again.&lt;br /&gt;
&lt;br /&gt;
The module does this by setting a handful of variables for you:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Variable !! What it points at&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;UV_DIR&amp;lt;/code&amp;gt; || The folder that holds all of the others. This is the only one you might want to change.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;UV_CACHE_DIR&amp;lt;/code&amp;gt; || Packages uv has downloaded. Normally the largest of them.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;UV_PYTHON_INSTALL_DIR&amp;lt;/code&amp;gt; || Python versions uv has downloaded.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;UV_TOOL_DIR&amp;lt;/code&amp;gt; || Environments for tools installed with &amp;lt;code&amp;gt;uv tool install&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;UV_TOOL_BIN_DIR&amp;lt;/code&amp;gt; || The programs those tools provide. The module has already added this to your &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;UV_PYTHON_BIN_DIR&amp;lt;/code&amp;gt; || Shortcuts to downloaded Python versions.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Putting them somewhere else ===&lt;br /&gt;
&lt;br /&gt;
Every folder in that table sits inside &amp;lt;code&amp;gt;UV_DIR&amp;lt;/code&amp;gt;, so setting that one variable moves all of them. Set it &#039;&#039;&#039;before&#039;&#039;&#039; loading the module:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
export UV_DIR=$myScratch/uv&lt;br /&gt;
module load 2025 uv&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see where uv is actually working, ask:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
echo $UV_DIR&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use that rather than &amp;lt;code&amp;gt;$myNoBkp&amp;lt;/code&amp;gt;, which is only set once you have added it to your shell yourself — see [[Installing Personal Software#Aliases and local variables]].&lt;br /&gt;
&lt;br /&gt;
=== Keeping it from growing ===&lt;br /&gt;
&lt;br /&gt;
The cache is meant to grow; that is part of what makes uv fast. It still counts against your Lustre quota, so clear it out from time to time:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
uv cache prune      # remove entries nothing is using&lt;br /&gt;
uv cache clean      # remove everything&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating an environment and installing packages ==&lt;br /&gt;
&lt;br /&gt;
=== Never build an environment on a login node ===&lt;br /&gt;
&lt;br /&gt;
Building an environment writes thousands of small files at once. A login node is shared by every user on the cluster, so that work is felt by all of them rather than only by you. Ask for an interactive session on a compute node and work there:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sinteractive -c 4 --mem 16G --time 120&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[Interactive Jobs]] for the options &amp;lt;code&amp;gt;sinteractive&amp;lt;/code&amp;gt; accepts.&lt;br /&gt;
&lt;br /&gt;
=== Creating an environment ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
module load 2025 uv&lt;br /&gt;
uv venv $myNoBkp/PythonEnv/my_env&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Environments belong on Lustre rather than in your home directory, and nobackup is the right tier because an environment can always be built again from the list of packages in it.&lt;br /&gt;
&lt;br /&gt;
If you run &amp;lt;code&amp;gt;uv venv&amp;lt;/code&amp;gt; without giving a path, uv creates a folder named &amp;lt;code&amp;gt;.venv&amp;lt;/code&amp;gt; in whatever directory you happen to be in. Giving the path yourself is clearer, and it keeps your environments together in one place.&lt;br /&gt;
&lt;br /&gt;
=== Using it ===&lt;br /&gt;
&lt;br /&gt;
Activate the environment whenever you want it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
source $myNoBkp/PythonEnv/my_env/bin/activate&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Its name then appears at the front of your prompt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
(my_env) user001@login200:~$&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install packages into it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
uv pip install numpy pandas&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Leave it again with &amp;lt;code&amp;gt;deactivate&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
What uv builds is an ordinary virtual environment. &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; still works inside it if you prefer, and it can be turned into a Jupyter kernel exactly as [[Python/Modules#Jupyter kernels]] describes.&lt;br /&gt;
&lt;br /&gt;
=== The commands you already know ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! If you know this !! Use this&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;python -m venv my_env&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;uv venv my_env&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;source my_env/bin/activate&amp;lt;/code&amp;gt; || unchanged&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;pip install numpy&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;uv pip install numpy&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;pip list&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;uv pip list&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other things uv can do ==&lt;br /&gt;
&lt;br /&gt;
=== Running a tool without installing it ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;uvx&amp;lt;/code&amp;gt; fetches a command-line program, runs it, and does not leave an environment behind:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
uvx ruff check .&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing a tool you use often ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
uv tool install ruff&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The program lands in your uv folder, which the module has already added to your &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt;, so you can run it straight away and in any later session.&lt;br /&gt;
&lt;br /&gt;
=== Using a different version of Python ===&lt;br /&gt;
&lt;br /&gt;
If you need a version of Python we do not provide as a module, uv can fetch one:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
uv python install 3.12&lt;br /&gt;
uv venv --python 3.12 $myNoBkp/PythonEnv/py312&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember that these are general-purpose builds, like the packages. They are convenient, and they are the right choice when you need a specific version for compatibility — but if the speed of your calculation matters, a Python module is the better starting point.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Do not run &amp;lt;code&amp;gt;uv python update-shell&amp;lt;/code&amp;gt;.&#039;&#039;&#039; It writes a fixed path into your &amp;lt;code&amp;gt;~/.bashrc&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;~/.bash_profile&amp;lt;/code&amp;gt;. That applies in every shell you ever open, whether or not the module is loaded, and it stops being correct the moment your uv folder moves.&lt;br /&gt;
&lt;br /&gt;
== Using uv in a job script ==&lt;br /&gt;
&lt;br /&gt;
Build the environment &#039;&#039;&#039;before&#039;&#039;&#039; you submit the job, not inside it. Create it once in an interactive session, as above, and let the job simply use it. An environment built inside the job is rebuilt on every run, and when many jobs start at the same time they all write to the filesystem at once.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --job-name=myjob&lt;br /&gt;
#SBATCH --time=1:00:00&lt;br /&gt;
#SBATCH --cpus-per-task=4&lt;br /&gt;
#SBATCH --mem=16G&lt;br /&gt;
&lt;br /&gt;
module load 2025 uv&lt;br /&gt;
source $myNoBkp/PythonEnv/my_env/bin/activate&lt;br /&gt;
&lt;br /&gt;
python myscript.py&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the &amp;lt;code&amp;gt;module load&amp;lt;/code&amp;gt; and the &amp;lt;code&amp;gt;source&amp;lt;/code&amp;gt; have to be inside the script. A job does not inherit the shell you submitted it from, so anything you loaded by hand beforehand is not there when the job runs. This is the most common reason a script that worked interactively fails under &amp;lt;code&amp;gt;sbatch&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
See [[Batch Jobs]] for what else can go in the &amp;lt;code&amp;gt;#SBATCH&amp;lt;/code&amp;gt; lines.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;code&amp;gt;module load uv&amp;lt;/code&amp;gt; says there is no such module.&lt;br /&gt;
: The bucket has to be loaded first. Use &amp;lt;code&amp;gt;module load 2025 uv&amp;lt;/code&amp;gt;. See [[Environment Modules#Software buckets]].&lt;br /&gt;
&lt;br /&gt;
; Where did uv put my files?&lt;br /&gt;
: &amp;lt;code&amp;gt;echo $UV_DIR&amp;lt;/code&amp;gt; gives the folder they are all under. To hear it from uv itself, &amp;lt;code&amp;gt;uv cache dir&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;uv tool dir&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
; uv warned that it could not find a Lustre directory.&lt;br /&gt;
: The module could not work out where your Lustre folders are, so uv has fallen back to your home directory — which will eventually fill up. Choose a location yourself with &amp;lt;code&amp;gt;export UV_DIR=$myNoBkp/uv&amp;lt;/code&amp;gt; and then load the module again.&lt;br /&gt;
&lt;br /&gt;
; My home directory is still filling up, even though uv uses Lustre.&lt;br /&gt;
: If you used uv before this module existed, an old cache is probably still sitting in &amp;lt;code&amp;gt;~/.cache/uv&amp;lt;/code&amp;gt;. uv no longer looks there, so its own cleaning commands cannot reach it. Check its size with &amp;lt;code&amp;gt;du -sh ~/.cache/uv&amp;lt;/code&amp;gt; and delete it by hand if you no longer need it.&lt;br /&gt;
&lt;br /&gt;
; Can I still use &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; inside a uv environment?&lt;br /&gt;
: Yes. It is an ordinary virtual environment and &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; behaves normally in it.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Python]]&lt;br /&gt;
* [[Python/Modules]]&lt;br /&gt;
* [[Python/Conda]]&lt;br /&gt;
* [[Environment Modules]]&lt;br /&gt;
* [[Installing Personal Software]]&lt;br /&gt;
* [[Interactive Jobs]]&lt;br /&gt;
* [[Batch Jobs]]&lt;br /&gt;
* [[Quotas]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://docs.astral.sh/uv/ uv documentation]&lt;br /&gt;
* [https://github.com/astral-sh/uv uv on GitHub]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Python/Modules&amp;diff=3085</id>
		<title>Python/Modules</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Python/Modules&amp;diff=3085"/>
		<updated>2026-08-28T07:52:10Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Python Modules}}&lt;br /&gt;
= Modules =&lt;br /&gt;
The Python Environment Modules are the only officially supported Python distributions in the HPC. These are compiled for each specific architecture of the HPC and hence are likely going to be more performant than the versions obtained via Mamba or UV. &lt;br /&gt;
&lt;br /&gt;
Anunna provides one Python version per [[Environment Modules | module bucket]], plus bundle modules that carry a curated set of common extensions. Load a bucket, then the Python module:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;2023&#039;&#039;&#039;: &amp;lt;code&amp;gt;Python/3.11.3&amp;lt;/code&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;2024&#039;&#039;&#039;: &amp;lt;code&amp;gt;Python/3.12.3&amp;lt;/code&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;2024&#039;&#039;&#039;: &amp;lt;code&amp;gt;Python/3.13.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, for instance, loading Python 3.12.3&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
module load 2024&lt;br /&gt;
module load Python/3.12.3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The bundle module &amp;lt;code&amp;gt;Python-bundle-PyPI&amp;lt;/code&amp;gt; adds many frequently-used packages on top of the base interpreter. Use &amp;lt;code&amp;gt;module key &amp;lt;package&amp;gt;&amp;lt;/code&amp;gt; to find which bundle contains a package you need (see [[Environment Modules#Searching by keyword | searching modules by keyword]]).&lt;br /&gt;
&lt;br /&gt;
For packages not in a module, the two recommended routes are a &#039;&#039;&#039;virtual environment&#039;&#039;&#039; built on a Python module (below), or &#039;&#039;&#039;Miniforge&#039;&#039;&#039; for a self-contained conda/mamba setup. The use of Anaconda is discouraged on Anunna — its default channels carry licensing restrictions and the full distribution is heavy; Miniforge is the lighter, unrestricted alternative.&lt;br /&gt;
&lt;br /&gt;
== Virtual environments ==&lt;br /&gt;
&lt;br /&gt;
A virtual environment is a self-contained directory holding a specific Python and its packages, so one project&#039;s dependencies cannot clash with another&#039;s. Python&#039;s built-in &amp;lt;code&amp;gt;venv&amp;lt;/code&amp;gt; module is the simplest way to make one on top of a Python module.&lt;br /&gt;
&lt;br /&gt;
First load the Python version you want:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
module load 2024&lt;br /&gt;
module load Python/3.12.3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then create the environment in a location of your choosing. The example uses &amp;lt;code&amp;gt;$myNobackup/PythonEnv&amp;lt;/code&amp;gt; — &amp;lt;code&amp;gt;$myNobackup&amp;lt;/code&amp;gt; is your Lustre nobackup location, set in your &amp;lt;code&amp;gt;~/.bash_aliases&amp;lt;/code&amp;gt; (see [[Installing Personal Software#Aliases and local variables | Aliases and local variables]]). Keeping environments on Lustre rather than your home directory avoids filling your home quota, and the nobackup tier is the right choice because an environment can always be recreated from scratch and so does not need backing up.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
python -m venv $myNobackup/PythonEnv/my_env&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Activate it whenever you want to use it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
source $myNobackup/PythonEnv/my_env/bin/activate&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once active, the environment name appears as a prefix in your prompt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
(my_env) user001@login200:~$&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install packages with &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; while the environment is active; they go into the environment, not your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
pip install -U numpy pandas matplotlib&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Leave the environment with &amp;lt;code&amp;gt;deactivate&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Jupyter kernels ==&lt;br /&gt;
&lt;br /&gt;
Once your virtual environment has been setup, you can can access it in jupyter, either via the apps or the notebooks page by setting up a &#039;&#039;&#039;kernel&#039;&#039;&#039;. A kernel is nothing more than a json file with details for jupyter on where to find your Python environment. First things first,  with your Python modules loaded activate your virtual environment from the example before. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;source $myNobackup/PythonEnv/my_env/bin/activate&amp;lt;/syntaxhighlight&amp;gt;The install [https://pypi.org/project/ipykernel/ ipyKernel]&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;(my_env) user001@login200:~$ pip install -U ipykernel&amp;lt;/syntaxhighlight&amp;gt;This is the only dependency that Python needs for creating kernels, you can then run &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;(my_env) user001@login200:~$ python -m ipykernel install --user --name=myenv --display-name=&amp;quot;Python (myenv)&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;This command will create a folder labelled &amp;lt;code&amp;gt;myenv&amp;lt;/code&amp;gt;  containing a &amp;lt;code&amp;gt;kernel.json&amp;lt;/code&amp;gt; file inside of  &amp;lt;code&amp;gt;$HOME/.local/share/jupyter/kernels/&amp;lt;/code&amp;gt; , which jupyter watches. If your goal is just to create a kernel for yourself, then you are done. The kernel should be visible to you both inside of the jupyter instances, either the ones accessed via the [https://apps.anunna.wur.nl anuna apps portal] or the [https://notebook.anunna.wur.nl notebooks page].  Thus, the kernel will not be visible or accessible to other users. &lt;br /&gt;
&lt;br /&gt;
The --name=myenv flag is entirely optional, it is the directory in which the &amp;lt;code&amp;gt;kernel.json&amp;lt;/code&amp;gt; file is generated. If not used, python will simply label it &amp;lt;code&amp;gt;python3&amp;lt;/code&amp;gt; . The use of this flag is recommended, specially when working with multiple kernels to avoid overwriting previously created kernels. &lt;br /&gt;
&lt;br /&gt;
=== Shared Kernels ===&lt;br /&gt;
Whether for a course or collaboration, sometimes it is convenient to share a kernel with other users. This is possible and the procedure is a variation of the previous one, with just some additional requirements&lt;br /&gt;
&lt;br /&gt;
* The virtual environment you create needs to be in a shared location , e.g. /lutre/shared&lt;br /&gt;
* The virtual environment folder needs to be visiible and accessible to other users i.e. it must have read and execute permissions, 755 is recommended&lt;br /&gt;
&lt;br /&gt;
Like before load the  bucket and its corresponding Python version and create your project folder and go there&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;module load 2025&lt;br /&gt;
module load Python/3.13.1&lt;br /&gt;
mkdir /lustre/shared/MyProject&lt;br /&gt;
cd /lustre/shared/MyProject&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Then create your virtual environemnt, activate it and install [https://pypi.org/project/ipykernel/ ipyKernel]&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;python -m venv ./project_env&lt;br /&gt;
source /lustre/shared/MyProject/project_env/bin/activate&lt;br /&gt;
pip install -U ipykernel&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is where things differ, inside the activate kernel run the command&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
python -m ipykernel install --sys-prefix --name=myproject --display-name=&amp;quot;Python (project_env)&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Note that now the command uses the flag  --sys-prefix . This flag sets the installation path of the kernel &#039;&#039;&#039;inside&#039;&#039;&#039; the virtual environment&#039;s directory, in this case, the kernel.json file will be generate in  &amp;lt;code&amp;gt;/lustre/shared/MyProject/project_env/share/jupyter/kernels/myproject&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
While the kernel has been created, jupyter still will not be able to see it. In order to be able to see and access the kernel you would need to either copy it to your  folder&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
MYPROJ=/lustre/shared/MyProject&lt;br /&gt;
cp -r $MYPROJ/project_env/share/jupyter/kernels/myproject $HOME/.local/share/jupyter/kernels/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;or link it&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
MYPROJ=/lustre/shared/MyProject&lt;br /&gt;
ln -s $MYPROJ/project_env/share/jupyter/kernels/myproject $HOME/.local/share/jupyter/kernels/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Any users that run this last step should gain access to the kernel from jupyter. Though note, that only users that have write permissions to virtual environment will be able to install and remove modules from it.   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color: #e7f3fe; border-left: 6px solid #2196F3; padding: 10px; margin-bottom: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; When using custom kernels do not run &amp;lt;code&amp;gt;!pip&amp;lt;/code&amp;gt;, just run &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; without the &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Environment Modules]]&lt;br /&gt;
* [[Installing Personal Software]]&lt;br /&gt;
* [[Jupyter]]&lt;br /&gt;
* [[Python]]&lt;br /&gt;
* [[R]]&lt;br /&gt;
* [[Apptainer]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://docs.python.org/3/library/venv.html Python venv documentation]&lt;br /&gt;
* [https://github.com/conda-forge/miniforge Miniforge]&lt;br /&gt;
* [https://conda-forge.org/ conda-forge]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Quotas&amp;diff=3050</id>
		<title>Quotas</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Quotas&amp;diff=3050"/>
		<updated>2026-08-14T11:34:26Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Each storage area on Anunna has limits on how much you can store. This page collects the quotas that apply and how to check your usage.&lt;br /&gt;
&lt;br /&gt;
== Home and shared directories ==&lt;br /&gt;
&lt;br /&gt;
Each user has a 200 GB quota on their [[Home Directory|home directory]] (&amp;lt;code&amp;gt;/home&amp;lt;/code&amp;gt;) combined with data they store under &amp;lt;code&amp;gt;/shared&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Lustre ==&lt;br /&gt;
&lt;br /&gt;
Currently there are no enforced quotas on the lustre filesystem&lt;br /&gt;
== Checking your usage ==&lt;br /&gt;
&lt;br /&gt;
To check your usage for your home directory, do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;quota -u -f /home&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To check your usage for the lustre filesystem, do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;lfs quota -h /lustre/&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requesting more space ==&lt;br /&gt;
&lt;br /&gt;
If you need more storage than your current quota allows, contact the HPC team through [[Support]]. &lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Storage Systems Overview]]&lt;br /&gt;
* [[Home Directory]]&lt;br /&gt;
* [[Compute Storage]]&lt;br /&gt;
* [[Backup Policy]]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Workflow_Engines_(Snakemake,_Nextflow)&amp;diff=2986</id>
		<title>Workflow Engines (Snakemake, Nextflow)</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Workflow_Engines_(Snakemake,_Nextflow)&amp;diff=2986"/>
		<updated>2026-07-14T14:44:22Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Workflow engines let you describe a multi-step analysis as a set of rules — which steps depend on which, and how to run each — and then execute the whole pipeline reproducibly, submitting the individual steps to the scheduler for you. The two most common on Anunna are [https://snakemake.github.io/ Snakemake] and [https://www.nextflow.io/ Nextflow].&lt;br /&gt;
&lt;br /&gt;
Using a workflow engine has real advantages on an HPC cluster: steps run as SLURM jobs with the right resources, only the parts that need to run are rerun, and the same pipeline can be shared and reproduced by others.&lt;br /&gt;
&lt;br /&gt;
== Snakemake ==&lt;br /&gt;
&lt;br /&gt;
Snakemake describes a pipeline as a set of rules in a &amp;lt;code&amp;gt;Snakefile&amp;lt;/code&amp;gt;. It can submit each rule&#039;s work to SLURM and manage the dependencies between steps.&lt;br /&gt;
&lt;br /&gt;
=== Set up ===&lt;br /&gt;
&lt;br /&gt;
Snakemake is usually installed in a conda environment. If you do not have conda/Miniforge yet, see [[Python]]. Create an environment containing Snakemake and your pipeline&#039;s dependencies:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
conda create --name my-pipeline --file requirements.txt&lt;br /&gt;
conda activate my-pipeline&lt;br /&gt;
pip install snakemake-executor-plugin-slurm   # or add to requirements.txt&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Giving the environment the same name as the pipeline makes it easy to find later.&lt;br /&gt;
&lt;br /&gt;
=== SLURM profile ===&lt;br /&gt;
&lt;br /&gt;
To let Snakemake submit jobs to SLURM, create a profile. Make a directory for it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir -p ~/.config/snakemake/my-pipeline&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and create a &amp;lt;code&amp;gt;config.yaml&amp;lt;/code&amp;gt; inside it that tells Snakemake how to submit jobs, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;yaml&amp;quot;&amp;gt;&lt;br /&gt;
executor: slurm&lt;br /&gt;
jobs: 10&lt;br /&gt;
software-deployment-method: conda&lt;br /&gt;
default-resources:&lt;br /&gt;
  slurm_partition: &amp;quot;main&amp;quot;      # your Anunna partition&lt;br /&gt;
  slurm_account: &amp;quot;your_account&amp;quot;&lt;br /&gt;
  runtime: 60                  # minutes&lt;br /&gt;
  mem_mb: 16000&lt;br /&gt;
  cpus_per_task: 16&lt;br /&gt;
# per-rule overrides:&lt;br /&gt;
# set-resources:&lt;br /&gt;
#   big_rule:&lt;br /&gt;
#     mem_mb: 64000&lt;br /&gt;
#     runtime: 240&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adjust the resources (time, memory, cores) to what your rules need.&lt;br /&gt;
=== Configure and run ===&lt;br /&gt;
&lt;br /&gt;
Open the pipeline&#039;s own &amp;lt;code&amp;gt;config.yaml&amp;lt;/code&amp;gt; and set the input and output paths, keeping the variable names already in the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;yaml&amp;quot;&amp;gt;&lt;br /&gt;
OUTDIR: /path/to/output&lt;br /&gt;
READS_DIR: /path/to/reads/&lt;br /&gt;
ASSEMBLY: /path/to/assembly&lt;br /&gt;
PREFIX: output_name&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because pipelines can take a long time, run Snakemake inside a persistent session ([https://linuxize.com/post/how-to-use-linux-screen/ screen] or tmux) so it keeps running if your connection drops. First do a dry run to check what will happen:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
snakemake -np&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the steps and commands look right, run the pipeline with your profile:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
snakemake --profile my-pipeline&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The jobs are submitted to SLURM and you can follow the progress in your terminal and with the usual tools — see [[Monitoring Jobs]].&lt;br /&gt;
&lt;br /&gt;
== Nextflow ==&lt;br /&gt;
&lt;br /&gt;
[https://www.nextflow.io/ Nextflow] is another widely used workflow engine, popular in bioinformatics (for example the nf-core pipelines).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TODO: add a Nextflow section for Anunna — how to load or install Nextflow, the SLURM executor configuration (nextflow.config: process.executor = &#039;slurm&#039;), and a minimal example. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Python]]&lt;br /&gt;
* [[Environment Modules]]&lt;br /&gt;
* [[Monitoring Jobs]]&lt;br /&gt;
* [[Scheduler Overview (Slurm)]]&lt;br /&gt;
* [https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm.html SLURM executor plugin]&lt;br /&gt;
* [https://snakemake.readthedocs.io/en/stable/executing/cli.html Profiles / CLI reference]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Remote_Access_(VPN,_Gateway)&amp;diff=2985</id>
		<title>Remote Access (VPN, Gateway)</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Remote_Access_(VPN,_Gateway)&amp;diff=2985"/>
		<updated>2026-07-14T14:35:08Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ways of reaching Anunna require you to be on the WUR network (WURnet). From off campus, you connect through the WUR VPN.&lt;br /&gt;
&lt;br /&gt;
== When you need the VPN ==&lt;br /&gt;
&lt;br /&gt;
* [[SSH Access|SSH]] and the [[Portal Overview|Apps Portal]] are reachable directly over the internet, though access may be restricted to certain IP ranges (see [[SSH Access]]).&lt;br /&gt;
* Some services are only available inside WURnet — for example the [[Data Transfer Methods|CIFS/Samba mounts]]. From off campus, connect to the WUR VPN first.&lt;br /&gt;
&lt;br /&gt;
== Connecting to the WUR VPN ==&lt;br /&gt;
&lt;br /&gt;
The WUR VPN is provided by WUR IT, not by the Anunna team.&lt;br /&gt;
&lt;br /&gt;
The documentation on that lives [https://support.wur.nl/esc/en/working-at-a-non-wur-location/vpn-what-is-it-and-how-do-you-request-the?id=kb_article&amp;amp;sysparm_article=KB0010763&amp;amp;table=kb_knowledge&amp;amp;searchTerm=vpn here]. &lt;br /&gt;
&lt;br /&gt;
For students who are doing their thesis, ask your supervisor to create a ticket with the team that is responsible for the VPN to request accces. &lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SSH Access]]&lt;br /&gt;
* [[Data Transfer Methods]]&lt;br /&gt;
* [[How to Get Help]]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Resource_Allocation_Requests&amp;diff=2984</id>
		<title>Resource Allocation Requests</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Resource_Allocation_Requests&amp;diff=2984"/>
		<updated>2026-07-14T13:51:24Z</updated>

		<summary type="html">&lt;p&gt;Haars001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Beyond the resources your account can use by default, you can request larger or dedicated allocations — for example a bigger share of the cluster for a project, or priority around a deadline.&lt;br /&gt;
&lt;br /&gt;
== Requesting an allocation ==&lt;br /&gt;
&lt;br /&gt;
To request additional compute resources or a dedicated allocation, contact the HPC team through [[How to Get Help]].&lt;br /&gt;
&lt;br /&gt;
For short-term exclusive access to specific nodes, see [[Reservations]].&lt;br /&gt;
&lt;br /&gt;
Storage allocations are handled separately — see [[Storage Requests]].&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Reservations]]&lt;br /&gt;
* [[Storage Requests]]&lt;br /&gt;
* [[Project Creation]]&lt;br /&gt;
* [[How to Get Help]]&lt;/div&gt;</summary>
		<author><name>Haars001</name></author>
	</entry>
</feed>