From 19c01aeb1d25fc8ebb954c012e21499ebfa000df 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 c1b09d6..e4890e3 100644 --- a/common/slurm.nix +++ b/common/slurm.nix @@ -10,6 +10,7 @@ ]; extraConfig = '' MpiDefault=pmix + ReturnToService=2 ''; }; }