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

Impala::Util::Mpi::JobGroup::JobGroup ( std::string  groupProperties,
std::string  groupId,
int  jobCount 
) [inline]

Definition at line 23 of file JobManager.h.

References mGroupId, mJobs, mNextJob, and mWorkers.

00023                                                                          :
00024         mGroupProperties(groupProperties)
00025     {
00026         mJobs = jobCount;
00027         mNextJob = 0;
00028         mGroupId = groupId;
00029         mWorkers = 0;
00030     }


Generated on Fri Mar 19 11:41:37 2010 for ImpalaSrc by  doxygen 1.5.1