From 1e2252a5ce44c7244150a3314501b66a7357c7c5 Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Sat, 19 Nov 2016 19:55:35 +0100 Subject: [PATCH] Updated Introduction (markdown) --- Introduction.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Introduction.md b/Introduction.md index 5f77d62..1bcdd10 100644 --- a/Introduction.md +++ b/Introduction.md @@ -88,11 +88,7 @@ Official terminology of ReCodEx which will be used in documentation and within c * **Judge** -- Judge is a standalone comparision program which compares sample outputs against output from tested program. -* **Limits** -- Tasks executing external programs are usually executed in sandbox, to limit these programs predefined limits are used. These limits are specified in job configuration and can limit execution time, consumed memory, used disk space and some other worth-to-watch values. - -// TODO: which one, the above or the below? - -Tasks executing external programs are usually using sandbox with defined limits on run time, consumed memory, used disk space and others. The term 'limits' in this context means all these restrictions for program execution together. +* **Limits** -- Tasks executing external programs are usually executed in sandbox with defined limits on run time, consumed memory, used disk space and others. These limits are specified in job configuration. The term _limits_ in this context means all the restrictions together. * **Hwgroup** -- Hardware group is set of workers with similar hardware capabilities. Each group has unique string identifier and every worker in particular group has that identifier inside its configuration. Hardware group management is done manually by system administrator. Jobs are routed to the workers according to hwgroup, limits are also tied up with specific hwgroup.