Opened 5 years ago
Closed 5 years ago
#5969 closed enhancement (fixed)
Export FMUs without sources
| Reported by: | Lennart Ochel | Owned by: | Lennart Ochel |
|---|---|---|---|
| Priority: | high | Milestone: | 1.16.0 |
| Component: | FMI | Version: | |
| Keywords: | Cc: | arunkumar palanisamy, Adeel Asghar |
Description
There should be an option to export FMUs that don't contain the c sources.
There should be a new flag to enable this: --fmiSources=false. True would probably be the default value as it is the current behaviour.
Also the configuration -fmiFilter=blackBox should override --fmiSources=true and prevent the source code from being packed.
Change History (4)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
| Cc: | added |
|---|---|
| Status: | new → accepted |
This flag needs to be integrated in the FMI export dialog together with #3105. Note that --fmiFilter=blackbox will override --fmiSources.
comment:4 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

This feature is now implemented with this PR https://github.com/OpenModelica/OpenModelica/pull/892