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

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

Definition at line 410 of file PxPartition.h.

References _minLocalW, _overflowX, and PxGridIndexX().

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

00411 {
00412     if (PxGridIndexX(cpu) < _overflowX) {
00413         return (_minLocalW + 1);
00414     } else {
00415         return _minLocalW;
00416     }
00417 }

Here is the call graph for this function:


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