# HG changeset patch # User Merten Sach # Date 1317904591 -7200 # Node ID 9661b8cc8318abf3c86e049f4ec76919d08a8546 # Parent 1cb81880941c711788fe47f21f2550d9c759cf11 removed NUM_CORES to move it to Makefile diff -r 1cb81880941c -r 9661b8cc8318 VMS.h --- a/VMS.h Wed Sep 28 13:48:46 2011 +0200 +++ b/VMS.h Thu Oct 06 14:36:31 2011 +0200 @@ -76,7 +76,7 @@ //========================= Hardware related Constants ===================== //This value is the number of hardware threads in the shared memory // machine -#define NUM_CORES 8 +//#define NUM_CORES 8 // tradeoff amortizing master fixed overhead vs imbalance potential // when work-stealing, can make bigger, at risk of losing cache affinity