Bug #5677
closedSDF Iterations now defaults to AUTO
0%
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
Related issues
Updated by jianwu jianwu about 12 years ago
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.
Updated by Daniel Crawl about 12 years ago
Matlab demo workflow needs to be fixed: top level SDF used the default 0, but now is AUTO.
Updated by Christopher Brooks about 12 years ago
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.
Updated by Christopher Brooks about 12 years ago
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.
Updated by jianwu jianwu about 12 years ago
The xml is updated at version 30616. Printed documentation will be updated along with bug 5625.
Updated by Daniel Crawl about 12 years ago
Jianwu and I have updated the Kepler documentation for the iterations parameter.