Definition at line 229 of file mainVidSet.cpp. References Impala::CmdOptions::GetBool(), Impala::CmdOptions::GetInstance(), and Impala::CmdOptions::GetInt(). Referenced by mainVidSet(). 00230 { 00231 CmdOptions& options = CmdOptions::GetInstance(); 00232 if (options.GetBool("virtualWalkAll")) 00233 return 0; 00234 int startTask = options.GetInt("startTask"); 00235 if (startTask == -1) 00236 startTask = 0; 00237 return startTask + Link::Mpi::MyId(); 00238 }
Here is the call graph for this function: ![]()
|