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

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

Definition at line 421 of file PxPartition.h.

References _minLocalH, _overflowY, and PxGridIndexY().

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

00422 {
00423     if (PxGridIndexY(cpu) < _overflowY) {
00424         return (_minLocalH + 1);
00425     } else {
00426         return _minLocalH;
00427     }
00428 }

Here is the call graph for this function:


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