Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 153:000f8bcdc4c2 Inter-Master Requests
removed NUM_CORES to move it to Makefile
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Thu, 06 Oct 2011 14:38:58 +0200 |
| parents | 99343ffe1918 |
| children | c4d8060229ef 8cc3d3812c8a |
| files | VMS.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/VMS.h Mon Sep 19 14:15:37 2011 +0200 1.2 +++ b/VMS.h Thu Oct 06 14:38:58 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
