DUNE / dist-comp

Action items for DUNE distributed computing, and common scripts that are used.
2 stars 0 forks source link

Display the app version (and possibly app name) on the dashboard. And possibly take it as an input to specify the job config #179

Open hschellman opened 3 months ago

hschellman commented 3 months ago

It would be very useful to be able to see what jobs are running from the dashboard.

Could the app version be added to the fields one can see? This helps to tell different jobs apart.

If we are running production, in fact, the initial job spec should be possibly by setting that version at submission and then letting the job script handle the workflow

example would be

DUNERECO_VERSION=v09_90_01d00

There are likely cases where different parts of the job use different versions but that would be very unfortunate.