Definition at line 214 of file mainVidSet.cpp. References Impala::CmdOptions::GetInstance(), and Impala::CmdOptions::GetInt(). Referenced by mainVidSet(). 00215 { 00216 CmdOptions& options = CmdOptions::GetInstance(); 00217 int startTask = options.GetInt("startTask"); 00218 if (startTask == -1) 00219 startTask = 0; 00220 return startTask + Link::Mpi::MyId(); 00221 }
Here is the call graph for this function:
|