SCM Repository
Diff of /branches/vis12/src/compiler/c-target/fragments/init.in
Parent Directory
|
Revision Log
|
Patch
revision 1916, Thu Jun 7 12:15:04 2012 UTC | revision 1917, Thu Jun 7 12:34:40 2012 UTC | |
---|---|---|
# | Line 39 | Line 39 |
39 | return 0; | return 0; |
40 | } | } |
41 | wrld->sched->numWorkers = wrld->sched->cpuInfo.numHWCores; | wrld->sched->numWorkers = wrld->sched->cpuInfo.numHWCores; |
42 | wrld->sched->numActive = 0; | |
43 | #else /* DIDEROT_TARGET_C */ | |
44 | wrld->numActive = 0; | |
45 | #endif | #endif |
46 | ||
47 | // initialize the input defaults | // initialize the input defaults |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |