Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:18:02 2011 for ImpalaSrc by  doxygen 1.5.1