Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 67:2377967a2732
Fixed sequential coreLoop, where switchVPs was broken
| author | Me |
|---|---|
| date | Tue, 16 Nov 2010 16:00:32 +0100 |
| parents | 13b22ffb8a2f |
| children | 9c3107044f86 |
line diff
1.1 --- a/VMS.h Sun Nov 14 11:17:52 2010 -0800 1.2 +++ b/VMS.h Tue Nov 16 16:00:32 2010 +0100 1.3 @@ -63,8 +63,8 @@ 1.4 // rollover of low portion into high portion. 1.5 //#define MEAS__TIME_STAMP_SUSP 1.6 //#define MEAS__TIME_MASTER 1.7 -//#define MEAS__TIME_PLUGIN 1.8 -//#define MEAS__TIME_MALLOC 1.9 +#define MEAS__TIME_PLUGIN 1.10 +#define MEAS__TIME_MALLOC 1.11 #define MEAS__TIME_MASTER_LOCK 1.12 #define MEAS__NUM_TIMES_TO_RUN 100000 1.13
