Skip to content

silverneko/miku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miku

$ git clone https://github.com/silverneko/miku.git

####How to start the judge client

$ make
$ sudo ./start_script

some configuration can be made inside startscript like:
-v(, or --verbose) for extra verbosity
-p(, or --parallel) [NUMBER] to have maxium [NUMBER] of parallel
processes to evaluate usercode. However this may cause verbosity
messages unreadable.
-b [NUMBER] to set sandbox indexing offset. Need to be set to an
appropriate number if running multiple judges on one computer.
-a(, or --aggressive-update) add this to aggressivly update
verdict and result.

###Known issues sandbox doesn't set output limit: cms-dev/cms#309