From 882161b21e703c6ad6b4e4bc0737210cf18d1698 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 18 May 2023 12:48:04 +0200 Subject: [PATCH] Automatically resume restarted nodes in SLURM --- common/slurm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/slurm.nix b/common/slurm.nix index c1b09d68..e4890e36 100644 --- a/common/slurm.nix +++ b/common/slurm.nix @@ -10,6 +10,7 @@ ]; extraConfig = '' MpiDefault=pmix + ReturnToService=2 ''; }; }