From decec427df90684a226ce78f92aa0f64fbfe9937 Mon Sep 17 00:00:00 2001 From: Georges Da Costa <dacosta@irit.fr> Date: Sat, 30 Oct 2021 00:36:19 +0200 Subject: [PATCH] Adds the directory name to experiment returned value --- expetator/experiment.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/expetator/experiment.py b/expetator/experiment.py index fecbbe8..0055f68 100755 --- a/expetator/experiment.py +++ b/expetator/experiment.py @@ -210,3 +210,4 @@ def run_experiment(name, benchmarks, leverages=[], monitors=[], sweep=False, tim expe.start_actions(actions) pattern = expe.monitor_bench(bench, param) expe.stop_actions(actions, pattern) + return expe.output_file diff --git a/setup.py b/setup.py index 399f3c3..2bbdb1e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="expetator", - version="0.2.8", + version="0.3.0", author="Georges Da Costa", author_email="georges.da-costa@irit.fr", description="A framework for monitoring HPC applications using DVFS", -- GitLab