From 64782b938b12a9c0f7b7bb7a152091f62e4db3a6 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Mon, 6 Feb 2017 21:33:04 +0100 Subject: rhumba: realize --> swap_in, fix double definition in IRATI class --- rlite_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rlite_support.py') diff --git a/rlite_support.py b/rlite_support.py index b34a2b1..ac1f081 100644 --- a/rlite_support.py +++ b/rlite_support.py @@ -44,7 +44,7 @@ class RLITEExperiment(rhumba.Experiment): def run(self): print("[RLITE experiment] start") - self.realize() + self.swap_in() print("Setting up rlite on the nodes...") self.setup() print("[RLITE experiment] end") -- cgit v1.2.3