Bug #5677
SDF 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
History
#1 Updated by jianwu jianwu almost 10 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.
#2 Updated by Daniel Crawl almost 10 years ago
Matlab demo workflow needs to be fixed: top level SDF used the default 0, but now is AUTO.
#3 Updated by Christopher Brooks almost 10 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.
#4 Updated by Christopher Brooks almost 10 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.
#5 Updated by jianwu jianwu almost 10 years ago
The xml is updated at version 30616. Printed documentation will be updated along with bug 5625.
#6 Updated by Daniel Crawl over 9 years ago
Jianwu and I have updated the Kepler documentation for the iterations parameter.
#7 Updated by Redmine Admin over 9 years ago
Original Bugzilla ID was 5677