Skip to content

Submit jobs to zeuthen batch system

In this MR I would like to add options to train the taggers using DESY's Zeuthen batch system (server name warp.zeuthen.desy.de) and GPU support.

I have added a folder called institutes that can be expanded to support different institute specific computing services as needed. For now there is institutes\zeuthen.

Usage:

train_Dips.py -c examples/Dips-PFlow-Training-config.yaml --zeuthen

Noting the new --zeuthen flag. This will create a log in the current working directory, train_job.sh.o*.

The script can be used as a stand-alone like this:

./umami/institutes/zeuthen/train_job.sh -t dips -c path_to_config -e 200

Options about the job can be changed inside umami/institutes/zeuthen/train_job.sh.

Merge request reports