From 06cfffdc90d0678e4d769df555b54bd4fe833cb3 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Thu, 16 Apr 2026 12:57:51 +0200 Subject: [PATCH] Slurm Accounts --- .../slurm-general-docs/slurm-accounts.md | 33 ++++++++++++------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/docs/merlin6/slurm-general-docs/slurm-accounts.md b/docs/merlin6/slurm-general-docs/slurm-accounts.md index 42f02448..0beb462b 100644 --- a/docs/merlin6/slurm-general-docs/slurm-accounts.md +++ b/docs/merlin6/slurm-general-docs/slurm-accounts.md @@ -4,23 +4,32 @@ ### CAS -| PartitionName | DefaultTime | MaxTime | Nodes | PriorityJobFactor | PriorityTier | QoS | AllowAccounts | -| -----------------: | -----------: | ----------: | -----------------: | ----------------: | -----------: | ----------: | -------------------: | -| **asa** | 0-01:00:00 | 30-00:00:00 | merlin-c-[301-318] | 1 | 1 | normal | gfa-asa,gfa-visassim | +| Partition | Nodes | PriorityJobFactor | PriorityTier | Accounts | +| -----------: | ------: | ----------------: | -----------: | -------------------: | +| **asa** | 18 | 1 | 1 | gfa-asa,gfa-visassim | + +* `asa`: `merlin-c-[301-318]` ### CNM -| PartitionName | DefaultTime | MaxTime | Nodes | PriorityJobFactor | PriorityTier | QoS | AllowAccounts | -| -----------------: | -----------: | ----------: | -----------------: | ----------------: | -----------: | ----------: | -------------: | -| **cnm** | 1-00:00:00 | 7-00:00:00 | merlin-c-[319-324] | 1000 | 2 | normal | mu3e, meg | -| **mu3e** | 1-00:00:00 | 7-00:00:00 | merlin-c-[319-321] | 1000 | 1 | normal | mu3e | -| **meg** | 1-00:00:00 | 7-00:00:00 | merlin-c-[322-324] | 1000 | 1 | normal | meg | -| **analysis** | 1-00:00:00 | 5-00:00:00 | meg-s-001 | 30 | 10 | normal | meg | +| Partition | Nodes | PriorityJobFactor | PriorityTier | Accounts | +| -----------: | ------: | ----------------: | -----------: | --------: | +| **cnm** | 6 | 1000 | 2 | mu3e, meg | +| **mu3e** | 3 | 1000 | 1 | mu3e | +| **meg** | 3 | 1000 | 1 | meg | +| **analysis** | 1 | 30 | 10 | meg | + +* `cnm` contains all the nodes from the `mu3e` and `meg` partitions + * `mu3e`: `merlin-c-[319-321]` + * `meg`: `merlin-c-[322-324]` +* `analysis`: `meg-s-001` ## Merlin6 GPU ### Gwendolen -| PartitionName | DefaultTime | MaxTime | Nodes | PriorityJobFactor | PriorityTier | QoS | AllowAccounts | -| -----------------: | -----------: | ----------: | -----------------: | ----------------: | -----------: | ----------: | -------------------: | -| **gwendolen** | 0-01:00:00 | UNLIMITED | merlin-g-100 | 1 | 1 | normal | gwendolen | +| Partition | Nodes | PriorityJobFactor | PriorityTier | Accounts | +| -----------: | -----: | ----------------: | -----------: | --------------: | +| **gwendolen**| 1 | 1 | 1 | gwendolen | + +* `gwendolen`: `merlin-g-100`