Changes between Initial Version and Version 9 of Ticket #5751
- Timestamp:
- 2019-12-18T14:25:21Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5751
- Property Status new → accepted
- Property Summary OMEdit compiler debug flags show no effect → Add a flag to dump the Flat Modelica to a file during model translation or checking
- Property Type defect → enhancement
- Property Owner changed from to
- Property Component *unknown* → Interactive Environment
- Property Version v1.14.0 → v.1.15.0-dev
-
Ticket #5751 – Description
initial v9 1 i used to generate flat modelica outputs and dae dumps directly form OMEdit by the following compiler flags assigned as "Additional Translation Flags" in the Options Dialog: 1 At the moment one needs to call instantiateModel to get the flat Modelica output. A flag to dump the flat Modelica during the model checking or model build for simulation is desirable as the instantiation can take some time for large models so is not preferable to be repeated. 2 3 Previous ticket text 4 ----- 5 I used to generate flat modelica outputs and dae dumps directly form OMEdit by the following compiler flags assigned as "Additional Translation Flags" in the Options Dialog: 2 6 {{{ 3 7 -m +d=evalOutputOnly --postOptModules+=dumpDAE