| version 1.107 | version 1.108 |
|---|
| |
| { | { |
| DebugM(4,"Entering ComputePme::doWork().\n"); | DebugM(4,"Entering ComputePme::doWork().\n"); |
| | |
| | #ifdef TRACE_COMPUTE_OBJECTS |
| | double traceObjStartTime = CmiWallTimer(); |
| | #endif |
| | |
| ResizeArrayIter<PatchElem> ap(patchList); | ResizeArrayIter<PatchElem> ap(patchList); |
| | |
| // Skip computations if nothing to do. | // Skip computations if nothing to do. |
| |
| myRealSpace[g]->fill_charges(q, f, fz_arr, localGridData[g]); | myRealSpace[g]->fill_charges(q, f, fz_arr, localGridData[g]); |
| } | } |
| | |
| | #ifdef TRACE_COMPUTE_OBJECTS |
| | traceUserBracketEvent(TRACE_COMPOBJ_IDOFFSET+this->cid, traceObjStartTime, CmiWallTimer()); |
| | #endif |
| | |
| if ( myMgr->usePencils ) { | if ( myMgr->usePencils ) { |
| sendPencils(); | sendPencils(); |
| } else { | } else { |