[kepler-dev] Kepler 2.0.0 and director development

Colin Enticott Colin.Enticott at csse.monash.edu.au
Thu Jun 24 01:56:22 PDT 2010


Hi,

I've finally started to test the Nimrod/K director with Keper 2.0 and
besides some small changes in the Ptolemy API with method definitions
and workflow locks, I've been able to get it mostly working. The
problem that I am seeing now is that ParameterPort's getToken()
doesn't return the correct value. It works under the other directors
and it also works with the Nimrod/K director under Kepler 1.0. For
example, two actors, Ramp and Display with the Ramp actor set to
iterate 5 times will show 0,1,2,3,4. Under Nimrod/K, it shows
0,0,0,0,0. Another possible symptom is the Display actor will not show
its name in the title bar with Nimrod/K. I've checked that I am call
preinitialize and initialize before firing the actors, but this has me
confused. Has there been any changes with the environment that
requires changes to a director? If not, is there something else common
between these two symptoms? And if not, then they could be two
unrelated issues. :-(

Thanks,
Colin


More information about the Kepler-dev mailing list