diff VMS.h @ 187:fe5ad5726e36

counters working ...sort of
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 03 Feb 2012 17:32:48 +0100
parents 69eb54ce9c4b
children 20358f56e498
line diff
     1.1 --- a/VMS.h	Tue Jan 31 18:30:35 2012 +0100
     1.2 +++ b/VMS.h	Fri Feb 03 17:32:48 2012 +0100
     1.3 @@ -42,7 +42,7 @@
     1.4  #define dbgAppFlow   FALSE /* Top level flow of application code -- general*/
     1.5  #define dbgProbes    FALSE /* for issues inside probes themselves*/
     1.6  #define dbgB2BMaster FALSE /* in coreloop, back to back master VPs*/
     1.7 -#define dbgRqstHdlr  TRUE /* in request handler code*/
     1.8 +#define dbgRqstHdlr  FALSE /* in request handler code*/
     1.9  #define dbgDependency TRUE /* in request handler code, print dependencies */
    1.10  
    1.11  //Comment or un- the substitute half to turn on/off types of debug message
    1.12 @@ -82,7 +82,7 @@
    1.13  //=========================  Hardware related Constants =====================
    1.14     //This value is the number of hardware threads in the shared memory
    1.15     // machine
    1.16 -#define NUM_CORES        2
    1.17 +#define NUM_CORES        4
    1.18  
    1.19     // tradeoff amortizing master fixed overhead vs imbalance potential
    1.20     // when work-stealing, can make bigger, at risk of losing cache affinity