Bug #5677
closed
SDF Iterations now defaults to AUTO
Added by Christopher Brooks over 12 years ago.
Updated about 12 years ago.
Description
The iterations parameter of the SDFDirector defaults to AUTO.
See bug #5546.
To close this bug:
1) Update the Kepler version of SDFDirector.xml
2) Update the Kepler printed documentation
current settings:
The 'Auto' means '1' at top level and '0' inside of a composite actor. The
'UNBOUNDED' means '0'. Also users can put any number they want.
Matlab demo workflow needs to be fixed: top level SDF used the default 0, but now is AUTO.
One fix is to run ptolemy/domains/sdf/kernel/fixSDFIterations on the .xml file.
The real fix would be to create a filter that would look for SDFDirector, DTDirector, HDFDirector, PthalesDirector and then if iterations was not set,
iterations would be set to 0.
I'm not sure if this is possible, but I can look again.
I'll reassign this to me for confirmation and then reassign to jianwu.
I added ptolemy.moml.filter.AddMissingParameter that will add iterations set
to 0 if it is missing from a SDFDirector.
The Matlab demo at outreach/workflows/demos/Matlab/MatlabExpression.xml
now has the iterations parameter of the SDFDirector set to 0.
I'm reassigning this documentation bug to jianwu.
The xml is updated at version 30616. Printed documentation will be updated along with bug 5625.
Jianwu and I have updated the Kepler documentation for the iterations parameter.
Original Bugzilla ID was 5677
Also available in: Atom
PDF