#3846 closed defect (fixed)
Generation of FMU with Jacobian sparsity information broken
| Reported by: | Francesco Casella | Owned by: | Willi Braun |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | FMI | Version: | |
| Keywords: | Cc: | stetrab@… |
Description
Please consider the attached test case: a moderately complex steam generator model with top-level input and outputs is used to generate a ME FMU.
The compiler aborts with the following error message:
[C:/dev/OpenModelica/OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo:1180:9-1180:86:writable] Error: Internal error function generateSparsePattern failed"
The model can be simulated successfully, so it seems that there is something wrong which is specifically related to the information required by the FMU.
Attachments (1)
Change History (5)
by , 10 years ago
| Attachment: | Test_OMEdit.zip added |
|---|
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Status: | assigned → accepted |
|---|
For some reasons the incidence matrix for is wrong, when algorithms and states with subscript are involved, but only in context of FMI.
comment:3 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Files to reproduce the problem