Sample kolejka.conf with test server configuration is available here.
To use it, simply download it and place in the subfolder .config/kolejka in your home folder.
mkdir -p "${HOME}/.config/kolejka"
curl -s -L -o "${HOME}/.config/kolejka/kolejka.conf" "https://kolejka.matinf.uj.edu.pl/config/kolejka.conf"
Kolejka system is now able to use almost any docker image as a task image.
There is no need for kolejka system images anymore.
We still provide images (kolejka/satori:{judge,extended,cuda}) for satori testing at Docker Hub.
Project is available for download from pypi.
pip3 install KolejkaWorker KolejkaClient
The project ubuntu package repository is available on Launchpad.
To use the repository, first install Docker:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 7EA0A9C3F273FCD8 sudo add-apt-repository --update "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(grep CODENAME /etc/lsb-release |cut -d = -f 2) stable" sudo apt-get install docker-ceThen add PPA repository and install Kolejka Client and Worker packages:
sudo add-apt-repository --update ppa:kolejka/kolejka sudo apt-get install python3-kolejkaworker python3-kolejkaclient
The source code of the webpage is available on GitHub.
This site is under construction.
The source code of the project is available on GitHub.
Computational grid is operational, but not released to the public yet.
Kolejka is a lightweight task scheduling platform developed for a small computational grid at Faculty of Mathematics and Computer Science of the Jagiellonian University in Kraków.
The system is intended to unify and supersede satori and baca computational grids.