The offline version of acm-compiler-judge.
shuffle
: means run without check timeout with selected data sets with codegen and optim.bash eg: seloptim extend
andshuffle
will run both codegen and optim onoptim extend
set.normal
(default): means run specific tests with specific data sets eg: seloptim extend
codegen extend
andnormal
will run codegen oncodegen extend
and optim onoptim extend
set.
codegen
: checkout codegen rightness(timeout*5) with all files
set speed for your test to get high scores
add function to output run-time
to avoid produce files if build failed
add color with build failed
add clear cache function with build failed
- python3 (version >= 3.5)
To install compiler-oj, just cd
into the repository directory and
pip3 install .
Maybe you need to run
export PATH="$HOME/.local/bin:$PATH"
in order to run the judge by compiler-oj
in the terminal.
A json file is required to tell the judge what to do. A sample config
file is given in doc/
.
cd
into the repository directory and python3 ./run.py
. If compiler-oj has
been installed, you can also use
compiler-oj -c='PATH/TO/THE/CONFIG/FILE'
to start a test. The default value of -c
is ./config.json