Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinetrue
indent10px
absoluteUrltrue
exclude1

Compute nodes & Slurm

...

You can ssh to a node where a job of yours is running, if (and only if) you have a valid ssh-key pair. (e.g. on a login node: ssh-keygen -t ed25519;  ssh-copy-id albedo1)

...

A submitted job has/needs the following information/resources:

...

-J or --job-name=

...

New on albedo (was not necessary on ollie)

...

e.g.,
clidyn.clidyn
computing.tsunami
clidyn.p_fesom

Login


Software

Albedo is running the operating system Rocky Linux release 8.6 (Green Obsidian).



Slurm 22.05 is used as the job scheduling system. Important details on its configuration on Albedo are given here: Slurm.

Details on the user software can be found here: Software.

... environment modules


Reference Slurm

...

-N or --nodes=

...

-n or --ntasks=
--ntasks-per-node=

...

-c or --cpus-per-task=

...

Needed for OpenMP
If -n N and -c C is given, you get N x C cores.

...

Memory/RAM per CPU

...

--mem=

...

Maximum walltime

...

-t or --time=

...

-p or --partition=

...

Partitions

...

QOS

...

Useful SLURM commands

...