Adding state RELEASED in EC to allow two stage termination from the experiment runner
[nepi.git] / src / nepi / execution / runner.py
index 2a78be0..21a20cb 100644 (file)
@@ -116,6 +116,7 @@ class ExperimentRunner(object):
             if run >= min_runs and max_runs > -1 and run >= max_runs :
                 stop = True
 
+            ec.shutdown()
             del ec
 
         return run