#3820 closed defect (fixed)
FMU generation - multiple instances
| Reported by: | Adrian Pop | Owned by: | Adrian Pop |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | FMI | Version: | |
| Keywords: | Cc: |
Description
It seems we set canBeInstantiatedOnlyOncePerProces=true but as far as I know we don't have any global variables that would prevent us for supporting multiple instances of the same FMU in a single process.
Change History (3)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in 120a9e/OMCompiler by setting
canBeInstantiatedOnlyOncePerProces=falseas we already support loading the same FMU multiple times in a process for different instances.