Main Page: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 6: Line 6:
* <h3>[[Mission and Governance]]</h3> What Anunna is for and who runs it
* <h3>[[Mission and Governance]]</h3> What Anunna is for and who runs it
* <h3>[[Roadmap]]</h3> How we decide what to work on
* <h3>[[Roadmap]]</h3> How we decide what to work on
* <h3>[[Tariffs]]</h3> Costs of using Anunna
* <h3>[[Cluster Architecture Overview]]</h3> How the cluster is put together
* <h3>[[Cluster Architecture Overview]]</h3> How the cluster is put together
* <h3>[[Compute_Hardware_Overview]]</h3> The node types and their hardware
* <h3>[[Compute_Hardware_Overview]]</h3> The node types and their hardware
* <h3>[[Storage Systems Overview]]</h3> The storage tiers at a glance
* <h3>[[Storage Systems Overview]]</h3> The storage tiers at a glance
* <h3>[[Tariffs]]</h3> Costs of using Anunna
* <h3>[[Network & Security]]</h3> Interconnect and data-security posture
* <h3>[[Network & Security]]</h3> Interconnect and data-security posture
* <h3>[[History of the Cluster]]</h3> How Anunna came to be
* <h3>[[History of the Cluster]]</h3> How Anunna came to be
* <h3>[[Sustainability]]</h3> Green-HPC policy and measures
* <h3>[[FAQ]]</h3> Frequently Asked Questions
* <h3>[[FAQ]]</h3> Frequently Asked Questions
* <h3>[[Policies and Terms of Use]]</h3> Who may use Anunna and on what terms
* <h3>[[Policies and Terms of Use]]</h3> Who may use Anunna and on what terms
* <h3>[[Sustainability]]</h3> Green-HPC policy and measures
*


== [[Get Started]] ==
== [[Get Started]] ==
Line 32: Line 33:
* <h3>[[Remote Access (VPN, Gateway)]]</h3> Reaching Anunna from off campus
* <h3>[[Remote Access (VPN, Gateway)]]</h3> Reaching Anunna from off campus
* <h3>[[Data Transfer Methods]]</h3> Moving data to and from Anunna
* <h3>[[Data Transfer Methods]]</h3> Moving data to and from Anunna


== [[Scheduling|Job Scheduling and Resource Management]] ==
== [[Scheduling|Job Scheduling and Resource Management]] ==
* <h3>[[Scheduler Overview (Slurm)]]</h3> How scheduling works
* <h3>[[Scheduler Overview (Slurm)]]</h3> How scheduling works
* <h3>[[Partitions / Queues]]</h3> The available partitions
* <h3>[[Partitions / Queues]]</h3> The available partitions
Line 54: Line 52:
* <h3>[[Licensed Software]]</h3> Software that needs a licence
* <h3>[[Licensed Software]]</h3> Software that needs a licence


=== Scripting languages ===
* <h3>Scripting languages</h3>
* <h3>[[Python]]</h3> Python modules and environment managers
** <h4>[[Python]]</h4> Python modules and environment managers
* <h3>[[R]]</h3> R modules, packages, and parallel R jobs
** <h4>[[R]]</h4> R modules, packages, and parallel R jobs
* <h3>[[Julia]]</h3> Loading Julia, packages, and running it in a job
** <h4>[[Julia]]</h4> Loading Julia, packages, and running it in a job


=== Containers ===
* <h3>Containers</h3>
* <h3>[[Apptainer]]</h3> Portable, reproducible containers for HPC
** <h4>[[Apptainer]]</h4> Portable, reproducible containers for HPC


=== MPI implementations ===
* <h3>MPI implementations</h3>
* <h3>[[OpenMPI]]</h3> The MPI library Anunna is built around
** <h4>[[OpenMPI]]</h4> The MPI library Anunna is built around
* <h3>[[IntelMPI]]</h3> Intel MPI, with the Intel compilers and MKL
** <h4>[[IntelMPI]]</h4> Intel MPI, with the Intel compilers and MKL


== [[Storage]] ==
== [[Storage]] ==
Line 75: Line 73:
* <h3>[[Quotas]]</h3> Storage limits
* <h3>[[Quotas]]</h3> Storage limits
* <h3>[[Data Lifecycle Policy]]</h3> How data moves from active to archived to removed
* <h3>[[Data Lifecycle Policy]]</h3> How data moves from active to archived to removed
* <h3>[[Data storage best practices]]</h3> Keeping data safe, tidy, and cheap
* <h3>[[Data storage best practices|Data Storage Best Practices]]</h3> Keeping data safe, tidy, and cheap
* <h3>[[Data Transfer Best Practices]]</h3> Moving data efficiently and reliably
* <h3>[[Data Transfer Best Practices]]</h3> Moving data efficiently and reliably
* <h3>[[Handling Sensitive Data (GDPR, etc.)]]</h3> Confidential and personal data
* <h3>[[Handling Sensitive Data (GDPR, etc.)]]</h3> Confidential and personal data


== Graphical Interface Applications ==
* <h3>[[Portal Overview]]</h3> What the portal is and how the dashboard is laid out
* <h3>[[Portal Overview]]</h3> What the portal is and how the dashboard is laid out
* <h3>[[Running GUI Applications]]</h3> The general way to launch and connect to a graphical application
* <h3>[[Running GUI Applications]]</h3> The general way to launch and connect to a graphical application
Line 92: Line 91:
* <h3>[[Tutorials]]</h3> Hands-on tutorials
* <h3>[[Tutorials]]</h3> Hands-on tutorials
* <h3>[[Workshops]]</h3> Instructor-led courses and their dates
* <h3>[[Workshops]]</h3> Instructor-led courses and their dates
* <h3>[[Glossary of Terms]]</h3> Common HPC and Anunna terms explained


== [[Support]] ==
== [[Support]] ==
Line 111: Line 109:
* <h3>[[Grant Support & Acknowledgement]]</h3> Facility descriptions and support for funding applications
* <h3>[[Grant Support & Acknowledgement]]</h3> Facility descriptions and support for funding applications


== [[Workflows]] ==
* <h3>[[Workflow Migration from Laptop to HPC]]</h3> Moving your work to the cluster
* <h3>[[Reproducibility Guidelines]]</h3> Keeping your work reproducible
* <h3>[[Workflow Engines (Snakemake, Nextflow)]]</h3> Managing multi-step pipelines
* <h3>[[Debugging Jobs]]</h3> Working out why a job failed
* <h3>[[Checkpointing]]</h3> Saving and restarting long jobs
* <h3>[[Scheduled tasks (cron)|Scheduled Tasks (cron)]]</h3> Running recurring tasks with scrontab


 
* <h3>Parallel Workflows</h3>
 
** <h4>[[Workflows/Parallel-Computing|Parallel Computing]]</h4> What parallel computing means on Anunna, and which type fits your work
* [[Workflows]] — reproducible, efficient research workflows
** <h4>[[Workflows/Serial|Serial]]</h4> One program on a single core the baseline
 
** <h4>[[Workflows/Embarassinly-Parallel|Embarrassingly Parallel]]</h4> Running the same program many times over
 
** <h4>[[Workflows/Multi-threaded|Multi-threaded]]</h4> Many cores on one machine, within a single process
** <h4>[[Workflows/Multi-Process|Multi-Process]]</h4> One calculation spread across several machines


== Quick links ==
== Quick links ==

Latest revision as of 06:49, 31 August 2026

Anunna is a High Performance Computing (HPC) cluster hosted by Wageningen University & Research. It is open to all WUR research groups, and to other organisations and companies running collaborative projects with WUR.

You reach the cluster over SSH at login.anunna.wur.nl, or through your browser at the Apps Portal (https://apps.anunna.wur.nl/).

  • Scripting languages

    • Python modules and environment managers
    • R modules, packages, and parallel R jobs
    • Loading Julia, packages, and running it in a job
  • Containers

    • Portable, reproducible containers for HPC
  • MPI implementations

    • The MPI library Anunna is built around
    • Intel MPI, with the Intel compilers and MKL

Graphical Interface Applications