diff --git a/examples/test.rs b/examples/test.rs index 861214b..0eb9ff2 100644 --- a/examples/test.rs +++ b/examples/test.rs @@ -48,7 +48,7 @@ fn main() let job = benchmark_repository.create_result_repository(); Command::new("sbatch") - .args(&["/home/pluehne/test-job.sh"]) + .args(&["/home/pluehne/test-job.sh", "--nodes", "1", "--ntasks-per-node", "1", "-p", "kr"]) .env("JOB_RESULT_REPOSITORY_URL", &format!("file://{}", fs::canonicalize(&job.result_repository_path).unwrap().display())) .env("JOB_ID", format!("{}", job.id)) .output()