# Schedule definitions for thorn Spawner # $Header$ schedule Spawn_Startup at CCTK_STARTUP { LANG: C } "Startup routines for the spawner" if (generation > 0) { schedule Spawn_UnpackData at CCTK_STARTUP { LANG: C } "Unpack archive data for recovery" schedule Spawn_RegisterMethods at STARTUP after Wxml_RegisterServer { LANG:C } "Register spawnee feedback methods" schedule Spawn_TellPughSpawned at CCTK_STARTUP { LANG: C } "Overload CallFunction in PUGH in spawned simulation" } if (generation == 0) { schedule Spawn_TellPughSpawner at CCTK_STARTUP { LANG: C } "Overload CallFunction in PUGH in spawning simulation" } /* Initialization steps after recovery */ schedule Spawn_Init at CCTK_RECOVER_VARIABLES after IOUtil_RecoverIDFromDatafiles { LANG:C } "Initialization for spawner" schedule Spawn_Return at CCTK_TERMINATE { LANG:C } "Return files to parent"