Simulation logging flags are wrong
Some of the simulation logging flags in OMEdit are wrong.
For example, if I select DASSL Solver Information, I get the following error:
assert | debug | <p>unrecognized option -lv LOG_DDASRT,LOG_STATS</p>
I believe that selecting this option should use the flag, "LOG_DASSL" instead.
Additionally, sometimes selecting "Jacobian Nonlinear Systems" which selects LOG_NLS_JAC then causes:
Fatal error on line 26, column 10: tag mismatch.
XML::
This looks like a parse error on the output, so could be a completely different issue.
Change History
(3)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Milestone: |
Future → 1.10.0
|
Fixed in 4385f6e/OMEdit.
The parser error is indeed a different issue. For that I need the test model which is causing it.
Btw, you know you can change the simulation output format in
Tools->Options->Simulation->Output
toFormatted Text
. The parser is used for optionStructured
.