# Schedule definitions for thorn SimpleMF # $Header$ if (CCTK_MyProc(NULL)==0) { schedule SMF_HTMLServer at Startup after WXml_RegisterServer { LANG:C } "Start Grid Migration WebServer" schedule SMF_Register at INITIAL { LANG:C } "Register default machine finder algorithms" schedule SMF_ReadRSLPrototype at INITIAL { LANG:C } "Read the RSL protofile" schedule SMF_ReadRSLDurocPrototype at INITIAL { LANG:C } "Read the RSL duroc protofile" #schedule TestSimpleMF at INITIAL after SMF_Register #{ # LANG:C #} "Testing the machine finder" schedule SMF_GetMachineIndex at INITIAL after SMF_Register { LANG:C } "Extracting the available machine index information" }