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

void Impala::Core::Array::Pattern::PxInitRunParallel ( int  runpar  )  [inline]

Definition at line 147 of file PxSystem.h.

References run_lazyParallel, and run_parallel.

00148 {
00149     run_parallel = (runpar < 0 || runpar > 1) ? 0 : runpar;
00150     if (!run_parallel) {
00151         run_lazyParallel = 0;
00152     }
00153 }


Generated on Fri Mar 19 11:03:06 2010 for ImpalaSrc by  doxygen 1.5.1