Difference for src/Node.C from version 1.1153 to 1.1154

version 1.1153version 1.1154
Line 477
Line 477
     #if !CMK_SMP || ! USE_CKLOOP     #if !CMK_SMP || ! USE_CKLOOP
     //the CkLoop library should be only used in SMP mode     //the CkLoop library should be only used in SMP mode
     simParameters->useCkLoop = 0;     simParameters->useCkLoop = 0;
      #else
      if ( CkNumPes() < 2 * CkNumNodes() ) simParameters->useCkLoop = 0;
     #endif     #endif
  
  


Legend:
Removed in v.1.1153 
changed lines
 Added in v.1.1154



Made by using version 1.53 of cvs2html