Difference for src/ComputePatch.C from version 1.1023 to 1.1024

version 1.1023version 1.1024
Line 11
Line 11
 #include "WorkDistrib.decl.h" #include "WorkDistrib.decl.h"
 #include "Node.h" #include "Node.h"
 #include "ComputePatch.h" #include "ComputePatch.h"
  #include "Priorities.h"
 #include "PatchMap.inl" #include "PatchMap.inl"
 #include "Patch.h" #include "Patch.h"
  
Line 60
Line 61
     int myNode = CkMyPe();     int myNode = CkMyPe();
     if ( PatchMap::Object()->node(patchID) != myNode )     if ( PatchMap::Object()->node(patchID) != myNode )
     {     {
       basePriority = 64 + patchID % 64;       basePriority = COMPUTE_PROXY_PRIORITY + PATCH_PRIORITY(patchID);
     }     }
     else     else
     {     {
       basePriority = 2 * 64 + (patchID % 64);       basePriority = COMPUTE_HOME_PRIORITY + PATCH_PRIORITY(patchID);
     }     }
 } }
  


Legend:
Removed in v.1.1023 
changed lines
 Added in v.1.1024



Made by using version 1.53 of cvs2html