# HG changeset patch # User Merten Sach # Date 1317904812 -7200 # Node ID c4d8060229efadf48992480b85c15e9095465386 # Parent 98fc8f3761a26a5045f1f9a1c61a2f57cd8f8ece# Parent 000f8bcdc4c21946b3a51b62080d2e341d4200b0 removed NUM_CORES to move it to Makefile diff -r 98fc8f3761a2 -r c4d8060229ef VMS.h --- a/VMS.h Tue Sep 27 14:37:59 2011 +0200 +++ b/VMS.h Thu Oct 06 14:40:12 2011 +0200 @@ -75,7 +75,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