Difference for src/ComputePme.C from version 1.226 to 1.227

version 1.226version 1.227
Line 2135
Line 2135
   int useCkLoop = 0;   int useCkLoop = 0;
 #if CMK_SMP && USE_CKLOOP #if CMK_SMP && USE_CKLOOP
   if ( Node::Object()->simParameters->useCkLoop >= CKLOOP_CTRL_PME_KSPACE   if ( Node::Object()->simParameters->useCkLoop >= CKLOOP_CTRL_PME_KSPACE
        && CkNumPes() >= 2 * numTransNodes ) {        && CkNumPes() >= 2 * numTransPes ) {
     useCkLoop = 1;     useCkLoop = 1;
   }   }
 #endif #endif


Legend:
Removed in v.1.226 
changed lines
 Added in v.1.227



Made by using version 1.53 of cvs2html