1 /* -----------------------------------------------------------------------------
3 * User-overridable RTS hooks.
5 * ---------------------------------------------------------------------------*/
11 ShutdownEachPEHook (void)
12 { /* In a GUM setup this routine is called at the end of
13 shutdownParallelSystem on each PE. Useful for
14 cleaning up stuff, especially when interfacing
15 with foreign language code.