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

void Impala::Core::Array::Pattern::PxInitLazyParallel ( int  lazypar  )  [inline]

Definition at line 164 of file PxSystem.h.

References run_lazyParallel, and run_parallel.

00165 {
00166     run_lazyParallel = (lazypar < 0 || lazypar > 1) ? 0 : lazypar;
00167     if (run_lazyParallel) {
00168         run_parallel = 1;
00169     }
00170 }


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