Skip to content
Snippets Groups Projects
Commit decec427 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Adds the directory name to experiment returned value

parent 15bf0035
Branches
No related tags found
No related merge requests found
...@@ -210,3 +210,4 @@ def run_experiment(name, benchmarks, leverages=[], monitors=[], sweep=False, tim ...@@ -210,3 +210,4 @@ def run_experiment(name, benchmarks, leverages=[], monitors=[], sweep=False, tim
expe.start_actions(actions) expe.start_actions(actions)
pattern = expe.monitor_bench(bench, param) pattern = expe.monitor_bench(bench, param)
expe.stop_actions(actions, pattern) expe.stop_actions(actions, pattern)
return expe.output_file
...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh: ...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="expetator", name="expetator",
version="0.2.8", version="0.3.0",
author="Georges Da Costa", author="Georges Da Costa",
author_email="georges.da-costa@irit.fr", author_email="georges.da-costa@irit.fr",
description="A framework for monitoring HPC applications using DVFS", description="A framework for monitoring HPC applications using DVFS",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment