Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 155:c57bc4d530d0
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 | ca154ebe2b6c |
| children | d1dd9e6ee72c |
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
