Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VSs_impls > VSs__MC_shared_impl
diff VSs.h @ 41:37bb39da5ff1
static3d working, still trouble with child tasks
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 05 Jun 2013 14:40:40 +0200 |
| parents | 0715109abb08 |
| children | 8733d1299c3a |
line diff
1.1 --- a/VSs.h Mon Jun 03 18:49:19 2013 +0200 1.2 +++ b/VSs.h Wed Jun 05 14:40:40 2013 +0200 1.3 @@ -14,7 +14,7 @@ 1.4 #include "VMS_impl/VMS.h" 1.5 #include "Measurement/dependency.h" 1.6 1.7 -void free_pointer_entry(void* ptrEntry); 1.8 +extern void free_pointer_entry(void* ptrEntry); 1.9 /* Switch for Nexus support 1.10 * Note: nexus incompatible with holistic recording (constraints not accessible) 1.11 * But counter recording still functional, can build constraintless display 1.12 @@ -26,7 +26,7 @@ 1.13 //=========================================================================== 1.14 #define NUM_STRUCS_IN_SEM_ENV 1000 1.15 1.16 -#define MAX_TASKS_NUM 256 1.17 +#define MAX_TASKS_NUM 5 1.18 1.19 //This is hardware dependent -- it's the number of cycles of scheduling 1.20 // overhead -- if a work unit is fewer than this, it is better being
