Skip to content
Snippets Groups Projects
Commit 70c40e5afacd authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

scheduling: invoke run-util the right way in the scheduling loop

parent ec884cbb1d59
No related branches found
No related tags found
1 merge request!25various fixes
......@@ -16,6 +16,8 @@
#ensure we don't buffer the debug line…
print = functools.partial(print, flush=True)
parent_dir = Path(__file__).parent
ACTION_FILE = "current.poulpe-schedule"
RESULT_DIR = "results"
......@@ -78,5 +80,4 @@
data_env = base_dir / DATA_ENV_DIR / data_env
benchmark = base_dir / BENCHMARK_DIR / benchmark
run_script = base_dir / "bin/run-util"
cmd = [
......@@ -82,5 +83,6 @@
cmd = [
str(run_script),
"poulpe",
"run-util",
str(bin_env),
str(data_env),
str(benchmark),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment