From 08c4200cd71f947c48a98b0196a22bfbf6190f0e Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 9 Jul 2021 10:21:19 +0200 Subject: [PATCH] Add account and constraint to Eiger configuration --- config/cscs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cscs.py b/config/cscs.py index 61c93e0e75..950651b12f 100644 --- a/config/cscs.py +++ b/config/cscs.py @@ -717,6 +717,7 @@ 'cpeIntel' ], 'max_jobs': 100, + 'access': ['-Cmc', f'--account={osext.osgroup()}'], 'resources': [ { 'name': 'switches',