diff VSs.c @ 44:7e7f37aa2f61

fix barrier
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 11 Jun 2013 15:40:51 +0200
parents 8733d1299c3a
children 19114b7a2357
line diff
     1.1 --- a/VSs.c	Tue Jun 11 15:37:02 2013 +0200
     1.2 +++ b/VSs.c	Tue Jun 11 15:40:51 2013 +0200
     1.3 @@ -212,7 +212,6 @@
     1.4  
     1.5     //semanticEnv->shutdownInitiated = FALSE;
     1.6     semanticEnv->coreIsDone = VMS_int__malloc( NUM_CORES * sizeof( bool32 ) );
     1.7 -   semanticEnv->numCoresDone = 0;
     1.8        //For each animation slot, there is an idle slave, and an initial
     1.9        // slave assigned as the current-task-slave.  Create them here.
    1.10     SlaveVP *idleSlv, *slotTaskSlv;