From 30949f4a495f34f91ec82e36a0f665072a4b9611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Gaidamour?= <jeremie.gaidamour@inria.fr> Date: Wed, 2 Mar 2016 11:33:43 +0100 Subject: [PATCH] [nancy] Added walltime limits for talc nodes --- .../sites/nancy/clusters/talc/talc.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/input/grid5000/sites/nancy/clusters/talc/talc.yaml b/input/grid5000/sites/nancy/clusters/talc/talc.yaml index 5b2a6b9f0de..76b16388c40 100644 --- a/input/grid5000/sites/nancy/clusters/talc/talc.yaml +++ b/input/grid5000/sites/nancy/clusters/talc/talc.yaml @@ -11,6 +11,8 @@ nodes: supported_job_types: deploy: true besteffort: true + queues: + - production main_memory: virtual_size: null operating_system: @@ -44,6 +46,23 @@ nodes: gpu: gpu: false +# Walltime + talc-[1-27]: + supported_job_types: + max_walltime: 3600 + talc-[28-60]: + supported_job_types: + max_walltime: 7200 + talc-[61-74]: + supported_job_types: + max_walltime: 86400 + talc-[75-93]: + supported_job_types: + max_walltime: 172800 + talc-[94-]: + supported_job_types: + max_walltime: 31536000 + # Retired nodes talc-11: status: retired -- GitLab