bug fixes
[IRC.git] / Robust / src / Runtime / bamboo / multicoreruntime.c
index 29e6b397e57ca0335f0892c15323e5100b92e1b3..7ee0a50b0fc56a1ec26db4498ebe81cd900a3491 100644 (file)
@@ -785,6 +785,9 @@ void run(int argc, char** argv) {
   // initialize runtime data structures
   initruntimedata();
   initCommunication();
+#ifdef PMC_GC
+  pmc_onceInit();
+#endif
   if (BAMBOO_NUM_OF_CORE==STARTUPCORE) {
     numconfirm=NUMCORES-1;
     for(int i=0;i<NUMCORES;i++) {