Closed plasorak closed 2 months ago
I suspect we need to be tad more clear about what should and shouldn't be set in configuration. Let's write some specs, shan't we?
Ok, so here is my proposal:
DUNEDAQ_SESSION
(and DUNEDAQ_PARTITION
): Come from the session name.DUNEDAQ_APPLICATION_NAME
: application name.ERS
es, TRACE
s and loggingCONNECTION_PORT
: That one is a bit more complicated, because really we want a dynamic port, so the run control tries to find a port free and set that variable.Done here: https://github.com/DUNE-DAQ/drunc/pull/250
Some of the environmnent variables should really not be set at all in the configuration, and only be set by the run control. So, we should leave them blank, and let the run control decide what they are (for example
DUNEDAQ_SESSION
).