changeset 155:c57bc4d530d0 malloc2

removed NUM_CORES to move it to Makefile
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 06 Oct 2011 14:41:27 +0200
parents 1fe7ba1ab81f
children abc8bc270b83
files VMS.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/VMS.h	Wed Sep 21 12:35:11 2011 +0200
     1.2 +++ b/VMS.h	Thu Oct 06 14:41:27 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