<div dir="ltr">Hi Roland,<div><br></div><div>Thanks for your feedback! I just confirmed that simply changing the scheduling from GLOBAL,LOOP-LOCAL to GLOBAL-EARLY,LOOP-LOCAL every 64 iterations fixes the problem. The output also seems to agree with the case in which the <span style="font-size:12.8000001907349px">myadmbaselapse=alp function is scheduled in </span>CCTK_POSTRESTRICT (and CCTK_ANALYSIS), every 64 iterations.</div><div><br></div><div>I think I&#39;ll use this strategy to fix my problem, since it does not involve scheduling an additional function inside schedule.ccl.</div><div><br></div><div>Is it obvious to you why I do not see any undefined values when scheduling in CCTK_ANALYSIS at every iteration?</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div>-Zach</div><div><br></div>*     *     *<br>Zachariah Etienne<br>Assistant Professor of Mathematics<div>West Virginia University<br></div></div></div></div>
<br><div class="gmail_quote">On Tue, Jun 2, 2015 at 1:46 PM, Roland Haas <span dir="ltr">&lt;<a href="mailto:rhaas@aei.mpg.de" target="_blank">rhaas@aei.mpg.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<span class=""><br>
&gt; If you are scheduling everything in GLOBAL (which is the same as<br>
&gt; GLOBAL-LATE in ANALYSIS) then your OUTPUT will be incorrect since OUTPUT<br>
&gt; is happening in LEVEL mode thus refinement level 3 is output before the<br>
&gt; GLOBAL routine (which runs along with level 0) is executed.<br>
</span>Oha, obvious not the right statement. GLOBAL-LATE will happen last but<br>
this happens to be the highest refinement level. Still the effect is the<br>
same OUTPUT happens before GLOBAL-LATE for all but one refinement level<br>
(that refinement level being the finest one).<br>
<br>
This can be seen in Carpet&#39;s Evolve.cc file in the CallAnalysis routine.<br>
<div class="HOEnZb"><div class="h5"><br>
Yours,<br>
Roland<br>
<br>
--<br>
My email is as private as my paper mail. I therefore support encrypting<br>
and signing email messages. Get my PGP key from <a href="http://keys.gnupg.net" target="_blank">http://keys.gnupg.net</a>.<br>
<br>
</div></div><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>