From 136f1c186122d930f3da5e47baab78a568dc9283 Mon Sep 17 00:00:00 2001 From: Georges Da Costa <dacosta@irit.fr> Date: Thu, 5 Jun 2025 21:53:24 +0200 Subject: [PATCH] mangages single host case --- expetator/experiment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expetator/experiment.py b/expetator/experiment.py index ecee5c2..c133f3e 100755 --- a/expetator/experiment.py +++ b/expetator/experiment.py @@ -65,7 +65,7 @@ class Executor: def remove_host(self): if self.nbhosts == 1: - return + return self.hostnames[0] res = self.hostnames.pop(0) self.init_mpi_files(self.hostnames) return res -- GitLab