comparison VMS.h @ 163:80d2510315b9

changes to histograms
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 06 Oct 2011 16:26:28 +0200
parents 98fc8f3761a2 000f8bcdc4c2
children
comparison
equal deleted inserted replaced
67:f349f150ed1b 73:b9018b60f27f
73 73
74 74
75 //========================= Hardware related Constants ===================== 75 //========================= Hardware related Constants =====================
76 //This value is the number of hardware threads in the shared memory 76 //This value is the number of hardware threads in the shared memory
77 // machine 77 // machine
78 #define NUM_CORES 8 78 //#define NUM_CORES 8
79 79
80 // tradeoff amortizing master fixed overhead vs imbalance potential 80 // tradeoff amortizing master fixed overhead vs imbalance potential
81 // when work-stealing, can make bigger, at risk of losing cache affinity 81 // when work-stealing, can make bigger, at risk of losing cache affinity
82 #define NUM_SCHED_SLOTS 5 82 #define NUM_SCHED_SLOTS 5
83 83