Changes between Initial Version and Version 1 of Ticket #4747, comment 2
- Timestamp:
- 2018-02-14T17:05:38Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4747, comment 2
initial v1 1 1 Looks good! 2 2 3 I replaced my local directory `OpenModelica/OMCompiler/3rdParty/dgesv` with the branch `ticket4747` of `https://github.com/sjoelund/dgesv`. Additionally I added the code of the ticket opener to the linear solver embedded with the FMU .3 I replaced my local directory `OpenModelica/OMCompiler/3rdParty/dgesv` with the branch `ticket4747` of `https://github.com/sjoelund/dgesv`. Additionally I added the code of the ticket opener to the linear solver embedded with the FMU (`OMCompiler/SimulationRuntime/cpp/Solvers/Dgesv`). 4 4 5 5 Compilation of OpenModelica and the FMU export worked without problem. An example that failed before does simulate now -- showing the LOGGER_WRITE message to prove that dgetc2/dgesc2 are used.