comparison PR.h @ 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 bc5030385120
children
comparison
equal deleted inserted replaced
6:9344485b7d17 7:5a6762fa22fd
84 84
85 //include fn prototype used by wrapper library 85 //include fn prototype used by wrapper library
86 #include "PR__WL.h" 86 #include "PR__WL.h"
87 87
88 //================================= 88 //=================================
89 #define implement_me printf("Unimpl Fn: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__) 89 #define implement_me() printf("Unimpl Fn: \n%s \n%s : %d\n", __FILE__, __FUNCTION__, __LINE__)
90 //#define fix_me printf("Fix me at: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__) 90 //#define fix_me printf("Fix me at: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__)
91 91
92 92
93 //========================= Services ======================= 93 //========================= Services =======================
94 #include "Services_Offered_by_PR/Measurement_and_Stats/probes.h" 94 #include "Services_Offered_by_PR/Measurement_and_Stats/probes.h"