From b167c5943f638e4704356c687c3dee901e83ebd3 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Fri, 8 Jan 2016 12:50:32 +0100 Subject: [PATCH] Updated Assignments overview (markdown) --- Assignments-overview.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Assignments-overview.md b/Assignments-overview.md index 4f5beb0..fe2d8c5 100644 --- a/Assignments-overview.md +++ b/Assignments-overview.md @@ -56,7 +56,7 @@ This configuration example is written in YAML and serves only for demostration p ``` --- # only one document which contains job, aka. list of tasks and some general infos submission: # information about this particular submission - job-id: 5 + job-id: eval_5 language: "cpp" file-collector: hostname: "localhost" @@ -114,6 +114,9 @@ tasks: environ-variable: ISOLATE_BOX: "/box" ISOLATE_TMP: "/tmp" + chdir: /evaluate + directory-bindings: + /tmp/isoeval/eval_5: /evaluate - hw-group-id: group2 # determines specific limits for specific machines time: 6 # seconds wall-time: 7 # seconds