diff --git a/expetator/experiment.py b/expetator/experiment.py index fecbbe8a9bbd969d9bb1c6437b992233be72b61f..0055f68710daa36e91be7aa54e4862e4bb416206 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 399f3c3573ace08e6af9dfe0ea09860386ab7591..2bbdb1e00c725ea284f47c2e4061f1368845a8e8 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",