comparison VMS.h @ 213:c5c136fc3131

Instrumentation for Holistic Model stats
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 09 Mar 2012 19:28:50 +0100
parents df00af7eb307
children
comparison
equal deleted inserted replaced
99:311d78ef0e32 100:988a4943fe48
80 #define DETECT_LOOP_GRAPH 80 #define DETECT_LOOP_GRAPH
81 81
82 //========================= Hardware related Constants ===================== 82 //========================= Hardware related Constants =====================
83 //This value is the number of hardware threads in the shared memory 83 //This value is the number of hardware threads in the shared memory
84 // machine 84 // machine
85 #define NUM_CORES 40 85 #define NUM_CORES 4
86 86
87 // tradeoff amortizing master fixed overhead vs imbalance potential 87 // tradeoff amortizing master fixed overhead vs imbalance potential
88 // when work-stealing, can make bigger, at risk of losing cache affinity 88 // when work-stealing, can make bigger, at risk of losing cache affinity
89 #define NUM_SCHED_SLOTS 1 89 #define NUM_SCHED_SLOTS 1
90 90