#3825 closed defect (fixed)
Expandable connector issues
Reported by: | Adrian Pop | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Frontend | Version: | |
Keywords: | Cc: |
Description (last modified by )
It seems that commit
b500b8450daeb6c26ccaa1e135f65c6ff6a9ce3e/OMCompiler broke models in Buildings, ThermoPower and PowerSystems:
https://test.openmodelica.org/libraries/trend-detailed.html
Buildings:
https://test.openmodelica.org/hudson/job/Buildings_Flattening/lastCompletedBuild/testReport/
PowerSystems:
https://test.openmodelica.org/hudson/job/PowerSystems_Flattening/lastCompletedBuild/testReport/
ThermoPower:
https://test.openmodelica.org/hudson/job/ThermoPower_Flattening/lastCompletedBuild/testReport/
Mostly models fail with messages such as:
Error: Failed to instantiate equation connect(ActuatorsBus.flowRate_feedHP, feedPumpHP.in_w0);.
but in PowerSystems it seems to be different failures.
Change History (6)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
comment:3 by , 9 years ago
comment:4 by , 9 years ago
The Buildings and ThermoPower seems to have been fixed, however PowerSystems still has issues.
There is a dip in April 4 and another one in April 6. It might be the commits by Martin but I'm not sure.
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems this particular issue has been fixed. The remaining issues with PowerSystems coincides with changes in that library, so they are probably because the library changes and not the compiler.
Might be fixed in 25dbe82, we'll see what the library tests say.