# Schedule definitions for thorn MegaFlop # $Header$ SCHEDULE MegaFlopParamCheck AT paramcheck { LANG: C } "Check parameters" SCHEDULE MegaFlopCalibrate AT startup BEFORE MegaFlopInit { LANG: C } "Initialise thorn MegaFlop" SCHEDULE MegaFlopInit AT startup { LANG: C } "Initialise thorn MegaFlop" SCHEDULE MegaFlopRun AT evol { LANG: C } "Apply thorn MegaFlop" if (debug_output) { # This prints internal data only SCHEDULE MegaFlopStatistics AT terminate { LANG: C } "Output thorn MegaFlop statistics" }