changeset 152:9661b8cc8318

removed NUM_CORES to move it to Makefile
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 06 Oct 2011 14:36:31 +0200
parents 1cb81880941c
children b86c54dfb19f
files VMS.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/VMS.h	Wed Sep 28 13:48:46 2011 +0200
     1.2 +++ b/VMS.h	Thu Oct 06 14:36:31 2011 +0200
     1.3 @@ -76,7 +76,7 @@
     1.4  //=========================  Hardware related Constants =====================
     1.5     //This value is the number of hardware threads in the shared memory
     1.6     // machine
     1.7 -#define NUM_CORES        8
     1.8 +//#define NUM_CORES        8
     1.9  
    1.10     // tradeoff amortizing master fixed overhead vs imbalance potential
    1.11     // when work-stealing, can make bigger, at risk of losing cache affinity