Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
comparison SSR.c @ 66:ce95c4d84fcd
integrating holistic model in common ancestor - not finished yet
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Thu, 15 Mar 2012 18:28:43 +0100 |
| parents | bd5ab695145c |
| children | 81a0f076b12e |
comparison
equal
deleted
inserted
replaced
| 0:c0ecedfe9a17 | 1:2e731be0c30d |
|---|---|
| 197 _VMSMasterEnv->semanticEnv = semanticEnv; | 197 _VMSMasterEnv->semanticEnv = semanticEnv; |
| 198 | 198 |
| 199 #ifdef HOLISTIC__TURN_ON_PERF_COUNTERS | 199 #ifdef HOLISTIC__TURN_ON_PERF_COUNTERS |
| 200 SSR__init_counter_data_structs(); | 200 SSR__init_counter_data_structs(); |
| 201 #endif | 201 #endif |
| 202 semanticEnv->shutdownInitiated = FALSE; | |
| 202 for(i=0;i<NUM_CORES;++i){ | 203 for(i=0;i<NUM_CORES;++i){ |
| 203 for(j=0;j<NUM_SCHED_SLOTS;++j){ | 204 for(j=0;j<NUM_SCHED_SLOTS;++j){ |
| 204 semanticEnv->idlePr[i][j] = VMS_int__create_slaveVP(&idle_fn,NULL); | 205 semanticEnv->idlePr[i][j] = VMS_int__create_slaveVP(&idle_fn,NULL); |
| 205 semanticEnv->idlePr[i][j]->coreAnimatedBy = i; | 206 semanticEnv->idlePr[i][j]->coreAnimatedBy = i; |
| 206 } | 207 } |
