Hi,
I'm working on the bops-next branch (259cbb4) with TPD on NSJ.
I see some rescheduling actions from BBQ to the RTLib, but the onConfigure method of my ExC implementation is not called:
0000.616557 30019:MandelbrotOCL I rpc : SyncP_4 (Post-Change) EXC [0]
0002.485960 30019:MandelbrotOCL I rpc : SyncP_1 (Pre-Change) EXC [0], Action [1], Assigned AWM [3]
0002.489924 30019:MandelbrotOCL I rpc : SyncP_4 (Post-Change) EXC [0]
0004.209745 30019:MandelbrotOCL I rpc : SyncP_1 (Pre-Change) EXC [0], Action [1], Assigned AWM [7]
0004.213244 30019:MandelbrotOCL I rpc : SyncP_4 (Post-Change) EXC [0]
0005.875575 30019:MandelbrotOCL I rpc : SyncP_1 (Pre-Change) EXC [0], Action [1], Assigned AWM [3]
0005.878334 30019:MandelbrotOCL I rpc : SyncP_4 (Post-Change) EXC [0]
This problem happens on NSJ when the synchronization point is not forced, while the onConfigure method is correctly called if the synchronization is forced.
It is not a problem for me to force the synchronization point, I just wanted to report this issue.
/Edoardo