changeset 154:c4d8060229ef DistributedMalloc2

removed NUM_CORES to move it to Makefile
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 06 Oct 2011 14:40:12 +0200
parents 98fc8f3761a2 000f8bcdc4c2
children 68449b64c3df
files VMS.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/VMS.h	Tue Sep 27 14:37:59 2011 +0200
     1.2 +++ b/VMS.h	Thu Oct 06 14:40:12 2011 +0200
     1.3 @@ -75,7 +75,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