# HG changeset patch # User Merten Sach # Date 1317904738 -7200 # Node ID 000f8bcdc4c21946b3a51b62080d2e341d4200b0 # Parent 99343ffe1918508ceef38f7fb35444a14048955f removed NUM_CORES to move it to Makefile diff -r 99343ffe1918 -r 000f8bcdc4c2 VMS.h --- a/VMS.h Mon Sep 19 14:15:37 2011 +0200 +++ b/VMS.h Thu Oct 06 14:38:58 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