to prevent ROOT library recompilation (fixes #118), while keeping logs in their respective dirs.
This does not actually solve the underlying issue described in #118, but should be fine as long as running from the same directory is OK (which should be find since I kept the log writing into separate directories).
Note: rm -f ${{JOB_WORKING_DIR}}/pax_event_class* is temporarily kept to clean up directories after jobs were prematurely killed.
to prevent ROOT library recompilation (fixes #118), while keeping logs in their respective dirs.
This does not actually solve the underlying issue described in #118, but should be fine as long as running from the same directory is OK (which should be find since I kept the log writing into separate directories).
Note:
rm -f ${{JOB_WORKING_DIR}}/pax_event_class*
is temporarily kept to clean up directories after jobs were prematurely killed.