<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi all,</p>
<p><br>
</p>
<p>I have a question about scheduling routines in the analysis bin, more particularly about the options you can provide. Is there any downside in scheduling a function as "global-early loop-local", compared to the default "local"? Like a loss of performance,
for instance if there end up being multiple such functions without non-trivial order?</p>
<p><br>
</p>
<p>My issue is, Trigger::Trigger_Check is scheduled as global-early, but I would like to compute GFs before (and reductions, but that is not the problematic part). The "before" directive seems to only properly apply if I make my routine "global-early loop-local",
which I can understand. If there's no additional overhead, I don't mind changing the options of my routine. If it may turn out to have impact on performance, I may prefer to introduce conditional statements or find other workarounds.</p>
<p><br>
</p>
<p>Best,</p>
<p><br>
</p>
<p>Jordan</p>
</div>
</body>
</html>