You need to have
installed on your machine.
We recommend to run TARDIS
in a Python virtual environment
- Create a new virtual environment
$ python3 -m venv fight_covid
- Activate your virtual environment
$ source fight_covid/bin/activate
- Install
COBalD/TARDIS
from PyPi
$ python3 -m pip install cobald-tardis
All dependencies are automatically installed as well
git clone https://github.com/MatterMiners/FoldingAtHome.git
Adjust your settings in *_at_home_condor.yml
, singularity_start_*.sh
and
submit_*.jdl
. Please, have a look at the
TARDIS
Documentation for
any details.
https://confluence.desy.de/display/grid/BOINC+user+computing
https://github.com/lukasheinrich/folding-at-home-docker)
cd FoldingAtHome
python3 -m cobald.daemon folding_at_home_condor.yml
In production environment we suggest to use systemd
cp cobald\@.service /usr/lib/systemd/system
systemctl daemon-reload
systemctl start cobald@folding_at_home_condor
systemctl enable cobald@folding_at_home_condor