From a992e3ed8b71495108ad1a20fb2a9c34c25ba4f6 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Fri, 8 Dec 2017 13:52:25 +0100 Subject: [PATCH] priorities --- Exercise-Configuration.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index fff574d..263e1c5 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -4,6 +4,16 @@ In ReCodEx there are two configurations of exercise High Level Configuration (Hi HiLC is divided in several parts which takes care of different things. There are **ExerciseConfig**, **Pipelines**, **Limits** and **EnvironmentConfig**. From these components configuration of exercise is composed and on every submit new LoLC is compiled from it. +## Compilation + +### Priorities + +* Compilation - 100 +* Execution - 90 +* Judge - 80 +* {default} - 42 +* Dump Results - 1 + ## Variables and Ports In whole exercise configuration and appropriate structures variables and ports are used. All have to have a type. It was decided that there will be six types which should be sufficient for every possible usage. List of them follows: