X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fruntime%2Fgum%2FParInit.lc;h=277f5008c0b210a3b3b7973a5db44a18231cf079;hp=780c676e80f5f0ff7f54015712dba24d360b550e;hb=5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d;hpb=10521d8418fd3a1cf32882718b5bd28992db36fd diff --git a/ghc/runtime/gum/ParInit.lc b/ghc/runtime/gum/ParInit.lc index 780c676..277f500 100644 --- a/ghc/runtime/gum/ParInit.lc +++ b/ghc/runtime/gum/ParInit.lc @@ -134,8 +134,7 @@ initParallelSystem(STG_NO_ARGS) } \end{code} -@SynchroniseSystem@ synchronises the reduction task with the system manager, -and gathers information about which PEs are actually in use. +@SynchroniseSystem@ synchronises the reduction task with the system manager. \begin{code} GLOBAL_TASK_ID *PEs; @@ -157,10 +156,7 @@ SynchroniseSystem(STG_NO_ARGS) for (i = 0; i < nPEs; ++i) registerTask(PEs[i]); - addr = WaitForPEOp(PP_INIT, ANY_GLOBAL_TASK); - SysManTask = Sender_Task(addr); - -/* pvm_notify( PvmTaskExit, PP_FAIL, 1, &SysManTask); /* Setup an error handler */ +/* pvm_notify( PvmTaskExit, PP_FAIL, 1, &SysManTask); /? Setup an error handler */ /* Initialise the PE task array? */ }