[Developers] MoL Scheduling
Yosef Zlochower
yosef at astro.rit.edu
Fri Sep 7 06:36:13 CDT 2007
Hi,
I think that two MoL routines ( MoL_RestoreSandR,MoL_FinishLoop)
are schedules incorrectly.
These routines are scheduled
"IN MoL_Evolution AFTER MoL_PostStep",
but MoL_PostStep is not scheduled in MoL_Evolution,
it is in the subgroup MoL_Step. Should this rather be
"IN MoL_Evolution AFTER MoL_Step"
I tried to schedule one of my routines after MoL_FinishLoop,
and the result was that MoL_FinishLoop got scheduled before MoL_Step.
Yosef
More information about the Developers
mailing list