Bug: Handling of jO created with sherpaTarCreator
In !109 (merged) the log.generate file contained the following line:
INFO -- this file was created using the PMG sherpaTarCreator. Please skip minEvents test in the gitlab CI.
This is not handled by logParser and instead we should have in the file:
sherpaTarCreator = True
In fact when I run 421305
with
Gen_tf.py --jobConfig=421305 --ecmEnergy=13000. --outputEVNTFile=EVNT.pool.root
I don't get either of the above lines, so it seems to me that there is a special way of running Gen_tf when using jO created with sherpaTarCreator??? If so we should document this so that we are able to debug and to understand if the CI jobs are affected in any other way.
--
Final suggestion: replace this check for all generators with:
t\*nEvtsPerJob/N<12h
See also #45 (closed)
-
Harmonise print-out in log.generate for jO created with sherpaTarCreator (not needed in final suggestion) -
Document how we need to run a jO that has been created with sherpaTarCreator -
Check if adjustments in CI are needed -
Implement and test above suggestion in/out of CI -
Perhaps -t
in logParser is not needed any more
Edited by Spyros Argyropoulos