diff AnimationMaster.c @ 287:15ee3fe10e3d

Fixed issue with meta tasks -- in slot slave, have to replace previous Also fixed give taskID, and added SS give num cores added "replace or insert into collection" so that prev meta task is replaced
author Sean Halle <seanhalle@yahoo.com>
date Thu, 05 Sep 2013 17:38:19 -0700
parents 2fc69e6c14ea
children 744b5ff9851e
line diff
     1.1 --- a/AnimationMaster.c	Fri Mar 08 05:34:21 2013 -0800
     1.2 +++ b/AnimationMaster.c	Thu Sep 05 17:38:19 2013 -0700
     1.3 @@ -10,7 +10,6 @@
     1.4  #include <stddef.h>
     1.5  
     1.6  #include "PR.h"
     1.7 -#include "VSs_impl/VSs.h"
     1.8  
     1.9  //=========================  Local Declarations  ========================
    1.10  inline PRProcess * 
    1.11 @@ -74,7 +73,7 @@
    1.12     if( slot->workIsDone )
    1.13      { slot->workIsDone = FALSE;
    1.14        slot->needsWorkAssigned = TRUE;
    1.15 -printf("top handle request: %d | reqType: %d\n", slot->coreSlotIsOn, (int32)req->reqType );fflush(stdin);
    1.16 +//printf("top handle request: %d | reqType: %d\n", slot->coreSlotIsOn, (int32)req->reqType );fflush(stdin);
    1.17        
    1.18           //An Idle VP has no request to handle, so skip to assign..
    1.19        if( slot->slaveAssignedToSlot->typeOfVP != IdleVP &&