# HG changeset patch # User Nina Engelhardt # Date 1331317730 -3600 # Node ID c5c136fc313170cd2dcce4b54da2c547aa89df71 # Parent df00af7eb3076867f0ebe7f6afd3cc03f0ae31d0 Instrumentation for Holistic Model stats diff -r df00af7eb307 -r c5c136fc3131 VMS.h --- a/VMS.h Fri Mar 09 18:58:33 2012 +0100 +++ b/VMS.h Fri Mar 09 19:28:50 2012 +0100 @@ -82,7 +82,7 @@ //========================= Hardware related Constants ===================== //This value is the number of hardware threads in the shared memory // machine -#define NUM_CORES 40 +#define NUM_CORES 4 // tradeoff amortizing master fixed overhead vs imbalance potential // when work-stealing, can make bigger, at risk of losing cache affinity