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

int Impala::Core::Matrix::DistributedAccess::GetOwnerOfPart ( int  partNr  )  [inline]

Definition at line 297 of file DistributedAccess.h.

References GetColumnPartCount(), GetRowPartCount(), mNodeCount, and mStartNode.

Referenced by Dump(), GetData(), GetPart(), Impala::Persistency::DistributedAccessRepositoryInFile::LoadParts(), and Impala::Persistency::DistributedAccessRepositoryInFile::WriteParts().

00298     {
00299         int totalParts = GetRowPartCount() * GetColumnPartCount();
00300         return mStartNode + ((partNr * mNodeCount) / totalParts);
00301     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:18 2011 for ImpalaSrc by  doxygen 1.5.1