Feature #3206
open
Investigate influence of tracers configuration
Added by Evgeny Novikov over 12 years ago.
Updated over 12 years ago.
Description
Some models specify inside config tag "./files/config-tracers.h", that turns off a lot of different tracers. As I remember it was done to simplify a work for BLAST. But we need to understand whether this is really required now.
It is required for plain models.
I don't remember about aspect models
But why a lot of aspect models also use this configuration? For instance, 43_1a model that has a rather high rate (3 of 5):
<model id="43_1a">
<rule>0043</rule>
<status>default</status>
<kind>aspect</kind>
<error>LDV_ERROR</error>
<engine>blast</engine>
<description></description>
<files>
<aspect>./files/model0043a-blast.aspect</aspect>
<common>./files/model0043a-blast.aspect.common</common>
<config>./files/config-tracers.h</config>
</files>
<hints></hints>
</model>
while another aspect model 08_1a hasn't it:
<model id="08_1">
<rule>0008</rule>
<status>default</status>
<kind>aspect</kind>
<error>LDV_ERROR</error>
<engine>blast</engine>
<description></description>
<files>
<aspect>./files/model0008-blast.aspect</aspect>
<common>./files/model0008-blast.aspect.common</common>
<filter>./files/model0008-blast.sh</filter>
</files>
<hints></hints>
</model>
I guess that just comparison of big launches can help to answer this question.
Also available in: Atom
PDF