# HG changeset patch # User Merten Sach # Date 1317904887 -7200 # Node ID c57bc4d530d01ba3064a622dadd6e460bfbba44c # Parent 1fe7ba1ab81faf31e8971b5f2b1e9a3791625753 removed NUM_CORES to move it to Makefile diff -r 1fe7ba1ab81f -r c57bc4d530d0 VMS.h --- a/VMS.h Wed Sep 21 12:35:11 2011 +0200 +++ b/VMS.h Thu Oct 06 14:41:27 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