Difference for src/ComputeNonbondedSelf.C from version 1.1031 to 1.1032

version 1.1031version 1.1032
Line 57
Line 57
   // I assume no threads will suspend until endWork is called   // I assume no threads will suspend until endWork is called
   LdbCoordinator::Object()->startWork(cid,0); // Timestep not used   LdbCoordinator::Object()->startWork(cid,0); // Timestep not used
  
  #ifdef TRACE_COMPUTE_OBJECTS
    double traceObjStartTime = CmiWallTimer();
  #endif
  
   DebugM(2,"doForce() called.\n");   DebugM(2,"doForce() called.\n");
   DebugM(1,numAtoms << " patch 1 atoms\n");   DebugM(1,numAtoms << " patch 1 atoms\n");
   DebugM(3, "NUMATOMSxNUMATOMS = " << numAtoms*numAtoms << "\n");   DebugM(3, "NUMATOMSxNUMATOMS = " << numAtoms*numAtoms << "\n");
Line 157
Line 161
   if (pressureProfileOn)   if (pressureProfileOn)
     submitPressureProfileData(pressureProfileData, pressureProfileReduction);     submitPressureProfileData(pressureProfileData, pressureProfileReduction);
  
  #ifdef TRACE_COMPUTE_OBJECTS
      traceUserBracketEvent(TRACE_COMPOBJ_IDOFFSET+cid, traceObjStartTime, CmiWallTimer());
  #endif
  
   // Inform load balancer   // Inform load balancer
   LdbCoordinator::Object()->endWork(cid,0); // Timestep not used   LdbCoordinator::Object()->endWork(cid,0); // Timestep not used
  


Legend:
Removed in v.1.1031 
changed lines
 Added in v.1.1032



Made by using version 1.53 of cvs2html