]> mj.ucw.cz Git - eval.git/blob - config
74cfee52ecd7e59f3ccb9bf162451a349715a611
[eval.git] / config
1 # Configuration file for MO Evaluator
2 # (c) 2001 Martin Mares <mj@ucw.cz>
3
4 # Directories and users
5 MO_ROOT=/aux/mo
6 EVAL_USER=mo-eval
7 EVAL_GROUP=mo-eval
8 TEST_USERS="mo-test1 mo-test2"
9
10 # Compilation commands
11 COMP_C='/usr/bin/gcc -o $EXE $SRC'
12 COMP_CXX='/usr/bin/g++ -o $EXE $SRC'
13 COMP_P='/usr/bin/fpc -o $EXE $SRC'
14 COMP_SANDBOX_OPTS='-c$BOXDIR -m65536 -t60 -w -e'
15
16 # Testing commands
17 TEST_SANDBOX_OPTS='-a2 -c$BOXDIR -f -m$MEM_LIMIT -t$TIME_LIMIT -w'