File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,9 @@ if [ "$COMMAND" == "static" ]; then
270
270
ALLSAMPLERSRUNNING=0
271
271
for (( isimul= 0 ; isimul< $NOFSIMULS ; isimul++ ))
272
272
do
273
+ echo " **********************************"
274
+ cat sampler${isimul} _$DATESTRING .out.log
275
+ echo " **********************************"
273
276
CHECK_SAMPLER=" $( kill -0 ${SAMPLER_PID[isimul]} & > /dev/null && echo $RUN_STRING ) " ;
274
277
if [ " $CHECK_SAMPLER " == " $RUN_STRING " ];
275
278
then
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ target_link_libraries(${target} PUBLIC
93
93
Physics
94
94
Geom
95
95
Hist
96
+ EGPythia6
96
97
${VMCLIB}
97
98
)
98
99
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ target_link_libraries(${target} PUBLIC
37
37
FairRoot::MCConfigurator # FairYamlVMCConfig
38
38
FairRoot::ExMCStack # FairStack
39
39
40
+ EGPythia6
40
41
${VMCLIB} # TVirtualMC
41
42
)
42
43
You can’t perform that action at this time.
0 commit comments