|
|
|
@ -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
|
|
|
|
|