Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

int Impala::Core::Array::Pattern::PxLclDepth ( int  cpu  )  [inline]

Definition at line 432 of file PxPartition.h.

References _minLocalD, _overflowZ, and PxGridIndexZ().

Referenced by PxArrayPreStateTrans(), PxGatherArrayMPI(), PxGatherArrayOFT(), PxLclSize(), PxRedistArray(), PxScatterArrayMPI(), and PxScatterArrayOFT().

00433 {
00434     if (PxGridIndexZ(cpu) < _overflowZ) {
00435         return (_minLocalD + 1);
00436     } else {
00437         return _minLocalD;
00438     }
00439 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:02:57 2010 for ImpalaSrc by  doxygen 1.5.1