<div dir="ltr">I have a thorn I am constructing from a Kranc script. it compiles ok.  However, upon looking at its schedule.inc file there is a section in which apparently doubling up occurs. Here is the section:<div><br></div><div><div>schedule formgk AT CCTK_INITIAL before CT_MultiLevel</div><div>{</div><div>  LANG: C</div><div>  SYNC: CT_g</div><div>  READS: grid::x(Everywhere)</div><div>  READS: grid::y(Everywhere)</div><div>  READS: grid::z(Everywhere)</div><div>  READS: grid::x(Everywhere)</div><div>  READS: grid::y(Everywhere)</div><div>  READS: grid::z(Everywhere)</div><div>  WRITES: CT_BrillAnalytic::g11(Interior)</div><div>  WRITES: CT_BrillAnalytic::g12(Interior)</div><div>  WRITES: CT_BrillAnalytic::g13(Interior)</div><div>  WRITES: CT_BrillAnalytic::g22(Interior)</div><div>  WRITES: CT_BrillAnalytic::g23(Interior)</div><div>  WRITES: CT_BrillAnalytic::g33(Interior)</div><div>} &quot;formgk&quot;</div></div><div><br></div><div><br></div><div>My question is how come there is a doubling of a READS grid::x(Everywhere) along with the same for y and z?  I don&#39;t see any problem in the script which obviously induces such behavior.  So, does this indicate that there is a problem somewhere or should I ignore the doubling of the READS for x, y, and z?  This script prepares initial data so this would not occur repeatedly.</div><div><br></div><div>Thanks.</div><div><br></div><div>Comer</div></div>