Skip to content

Commit 150abf5

Browse files
committed
Updated omc image to 1.26.3 (maint_11.x)
This updates the OpenModelica image
1 parent 64c9cfb commit 150abf5

2 files changed

Lines changed: 62 additions & 18 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
global:
3333
- DOCKER_REPONAME=lbnlblum
3434
- BUILDINGSPY_VERSION=BuildingsPy@v5.2.0
35-
- OMC_VERSION=ubuntu-2204-omc:1.24.0-1
35+
- OMC_VERSION=ubuntu-2404-omc:1.26.3-1
3636
- OPTIMICA_VERSION=travis-ubuntu-2404-optimica:1.66
3737
- DYMOLA_VERSION=travis_ubuntu-2004_dymola:2024xRefresh1-x86_64
3838
- ENERGYPLUS_9_6_0=EnergyPlus-9.6.0-f420c06a69-Linux-Ubuntu20.04-x86_64

Buildings/Resources/Scripts/BuildingsPy/conf.yml

Lines changed: 61 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- model_name: Buildings.Air.Systems.SingleZone.VAV.Examples.OptimalStart.Guideline36Winter
2+
openmodelica:
3+
comment: 'TimeoutExpired: omc timed out after 300 seconds'
4+
time_out: 600
15
- model_name: Buildings.Airflow.Multizone.Examples.PressurizationData
26
optimica:
37
comment: High solver tolerance required to avoid time out.
@@ -27,26 +31,33 @@
2731
simulate: false
2832
- model_name: Buildings.DHC.Examples.Cooling.ElectricChillersDirectETS
2933
openmodelica:
30-
comment: simulation terminated by an assertion at initialization
31-
simulate: false
34+
comment: translation failed on travis
35+
translate: false
3236
optimica:
3337
comment: 'FMUException: Failed to update the events at time: 1.578082E+07.'
3438
simulate: false
39+
- model_name: Buildings.DHC.Examples.Steam.SingleBoiler
40+
openmodelica:
41+
comment: Timeout after 600 s
42+
simulate: false
3543
- model_name: Buildings.DHC.Loads.BaseClasses.Examples.CouplingTimeSeries
3644
openmodelica:
37-
comment: 'simulation terminated by an assertion at initialization, Invalid root: (0)^(-1.5), corrected in OMC 1.23.0~dev-206-g00d3636'
45+
comment: 'simulation terminated by an assertion at initialization, Invalid root:
46+
(0)^(-1.5), corrected in OMC 1.23.0~dev-206-g00d3636'
3847
simulate: false
3948
- model_name: Buildings.DHC.Loads.BaseClasses.Examples.CouplingTimeSeriesSingleLoop
4049
openmodelica:
4150
comment: simulation terminated by an assertion at initialization
4251
simulate: false
4352
- model_name: Buildings.DHC.Loads.BaseClasses.Validation.BenchmarkFlowDistribution2
4453
openmodelica:
45-
comment: 'CalledProcessError: Command ''[''omc'', ''Buildings.DHC.Loads.BaseClasses.Validation.BenchmarkFlowDistribution2_translate.mos'']'' returned non-zero exit status 2.'
54+
comment: 'CalledProcessError: Command ''[''omc'', ''Buildings.DHC.Loads.BaseClasses.Validation.BenchmarkFlowDistribution2_translate.mos'']''
55+
returned non-zero exit status 2.'
4656
translate: false
4757
- model_name: Buildings.DHC.Loads.BaseClasses.Validation.FlowDistributionPumpControl
4858
openmodelica:
49-
comment: 'CalledProcessError: Command ''[''omc'', ''Buildings.DHC.Loads.BaseClasses.Validation.FlowDistributionPumpControl_translate.mos'']'' returned non-zero exit status 2.'
59+
comment: 'CalledProcessError: Command ''[''omc'', ''Buildings.DHC.Loads.BaseClasses.Validation.FlowDistributionPumpControl_translate.mos'']''
60+
returned non-zero exit status 2.'
5061
translate: false
5162
- model_name: Buildings.DHC.Loads.Combined.Examples.BuildingTimeSeriesWithETS
5263
openmodelica:
@@ -66,11 +77,12 @@
6677
simulate: false
6778
- model_name: Buildings.DHC.Networks.Examples.Distribution1PipeExample
6879
openmodelica:
69-
comment: 'CalledProcessError: Command ''[''omc'', ''Buildings.DHC.Networks.Examples.Distribution1PipeExample_translate.mos'']'' returned non-zero exit status 2.'
80+
comment: 'CalledProcessError: Command ''[''omc'', ''Buildings.DHC.Networks.Examples.Distribution1PipeExample_translate.mos'']''
81+
returned non-zero exit status 2.'
7082
translate: false
7183
- model_name: Buildings.DHC.Networks.Examples.Distribution2PipeExample
7284
openmodelica:
73-
comment: 'CalledProcessError: Command ''[''omc'', ''Buildings.DHC.Networks.Examples.Distribution2PipeExample_translate.mos'']'' returned non-zero exit status 2.'
85+
comment: translation fails
7486
translate: false
7587
- model_name: Buildings.DHC.Plants.Combined.Examples.AllElectricCWStorage
7688
dymola:
@@ -80,6 +92,10 @@
8092
simulate: false
8193
optimica:
8294
time_out: 900
95+
- model_name: Buildings.DHC.Plants.Combined.Subsystems.Validation.ChillerHeatRecoveryGroup
96+
openmodelica:
97+
comment: simulation terminated by an assertion at initialization.
98+
simulate: false
8399
- model_name: Buildings.DHC.Plants.Combined.Validation.AllElectricCWStorage
84100
optimica:
85101
time_out: 600
@@ -131,8 +147,14 @@
131147
comment: Times out after 900 seconds.
132148
time_out: 900
133149
optimica:
134-
comment: Fails with 'The rootfinding function failed in an unrecoverable manner.' Since oct-r26446
150+
comment: Fails with 'The rootfinding function failed in an unrecoverable manner.'
151+
Since oct-r26446
135152
simulate: false
153+
- model_name: Buildings.Examples.VAVReheat.ASHRAE2006
154+
openmodelica:
155+
comment: 'TimeoutExpired: Command ''[''omc'', ''Buildings.Examples.VAVReheat.ASHRAE2006_simulate.mos'']''
156+
timed out after 300 seconds'
157+
time_out: 600
136158
- model_name: Buildings.Examples.VAVReheat.Guideline36
137159
openmodelica:
138160
comment: Timeout during translation
@@ -171,6 +193,16 @@
171193
openmodelica:
172194
comment: timed out after 300 seconds
173195
simulate: false
196+
- model_name: Buildings.Fluid.FixedResistances.BuriedPipes.Examples.SingleBuriedPipe
197+
openmodelica:
198+
comment: 'CalledProcessError: Command ''[''omc'', ''Buildings.Fluid.FixedResistances.BuriedPipes.Examples.SingleBuriedPipe_simulate.mos'']''
199+
returned non-zero exit status 255.'
200+
simulate: false
201+
- model_name: Buildings.Fluid.FixedResistances.BuriedPipes.Examples.TwoBuriedPipes
202+
openmodelica:
203+
comment: 'CalledProcessError: Command ''[''omc'', ''Buildings.Fluid.FixedResistances.BuriedPipes.Examples.TwoBuriedPipes_simulate.mos'']''
204+
returned non-zero exit status 255.'
205+
simulate: false
174206
- model_name: Buildings.Fluid.FixedResistances.BuriedPipes.Examples.TwoPipesConduit
175207
openmodelica:
176208
comment: Assertion due to what looks like wrong results, see https://github.com/lbl-srg/modelica-buildings/issues/3687
@@ -195,36 +227,45 @@
195227
optimica:
196228
comment: Timeout after 300 s
197229
time_out: 600
230+
- model_name: Buildings.Fluid.HeatExchangers.Radiators.Examples.RadiatorEN442_2
231+
openmodelica:
232+
comment: Translation failed. See https://github.com/OpenModelica/OpenModelica/issues/14791
233+
translate: false
198234
- model_name: Buildings.Fluid.HeatPumps.ModularReversible.Examples.LargeScaleWaterToWater_OneRoomRadiator
199235
openmodelica:
200236
comment: simulation terminated by an assertion at initialization.
201237
simulate: false
202238
- model_name: Buildings.Fluid.HydronicConfigurations.ActiveNetworks.Examples.DecouplingMixing
203239
openmodelica:
204-
comment: Timeout after 600 s on travis, https://app.travis-ci.com/github/lbl-srg/modelica-buildings/jobs/600714398#L489
240+
comment: Timeout after 300 s. See also OpenModelica, issue 13341
205241
simulate: false
206242
optimica:
207-
comment: 'CVodeError: ''The rootfinding function failed in an unrecoverable manner. At time 32392.196613.'''
243+
comment: 'CVodeError: ''The rootfinding function failed in an unrecoverable manner.
244+
At time 32392.196613.'''
208245
simulate: false
209246
- model_name: Buildings.Fluid.HydronicConfigurations.ActiveNetworks.Examples.DiversionOpenLoop
210247
optimica:
211-
comment: 'The following equation(s) could not be matched to any variable: isEna.u = loa.ctl.cha.pre_u_start, isEna.u = loa1.ctl.cha.pre_u_start'
248+
comment: 'The following equation(s) could not be matched to any variable: isEna.u
249+
= loa.ctl.cha.pre_u_start, isEna.u = loa1.ctl.cha.pre_u_start'
212250
translate: false
213251
- model_name: Buildings.Fluid.HydronicConfigurations.ActiveNetworks.Examples.InjectionTwoWayCheckValve
214252
openmodelica:
215253
comment: 'Simulation terminated by an assert at time: 21600.1.'
216254
simulate: false
217255
- model_name: Buildings.Fluid.HydronicConfigurations.ActiveNetworks.Examples.InjectionTwoWayVariableReturn
218256
optimica:
219-
comment: 'The following equation(s) could not be matched to any variable: loaOpe.mode = loaOpe.loa.ctl.cha.pre_u_start...'
257+
comment: 'The following equation(s) could not be matched to any variable: loaOpe.mode
258+
= loaOpe.loa.ctl.cha.pre_u_start...'
220259
translate: false
221260
- model_name: Buildings.Fluid.HydronicConfigurations.ActiveNetworks.Examples.ThrottleOpenLoop
222261
optimica:
223-
comment: 'The following equation(s) could not be matched to any variable: con.mode = loa.ctl.cha.pre_u_start, con.mode = loa1.ctl.cha.pre_u_start'
262+
comment: 'The following equation(s) could not be matched to any variable: con.mode
263+
= loa.ctl.cha.pre_u_start, con.mode = loa1.ctl.cha.pre_u_start'
224264
translate: false
225265
- model_name: Buildings.Fluid.HydronicConfigurations.PassiveNetworks.Examples.SingleMixingOpenLoop
226266
optimica:
227-
comment: 'The following equation(s) could not be matched to any variable: con.mode = loa.ctl.cha.pre_u_start, con.mode = loa1.ctl.cha.pre_u_start'
267+
comment: 'The following equation(s) could not be matched to any variable: con.mode
268+
= loa.ctl.cha.pre_u_start, con.mode = loa1.ctl.cha.pre_u_start'
228269
translate: false
229270
- model_name: Buildings.Obsolete.Examples.VAVReheat.Validation.Guideline36SteadyState
230271
openmodelica:
@@ -279,15 +320,17 @@
279320
simulate: false
280321
- model_name: Buildings.ThermalZones.Detailed.Examples.FFD.RoomOnlyConstructionBoundary
281322
openmodelica:
282-
comment: Failed to copy array. Dimension sizes are not equal and destination array is not flexible.
323+
comment: Failed to copy array. Dimension sizes are not equal and destination array
324+
is not flexible.
283325
simulate: false
284326
- model_name: Buildings.ThermalZones.Detailed.Examples.FFD.RoomOnlyExteriorWallNoWindow
285327
openmodelica:
286328
comment: Timeout after 300 s
287329
simulate: false
288330
- model_name: Buildings.ThermalZones.Detailed.Examples.FFD.RoomOnlySurfaceBoundary
289331
openmodelica:
290-
comment: Failed to copy array. Dimension sizes are not equal and destination array is not flexible.
332+
comment: Failed to copy array. Dimension sizes are not equal and destination array
333+
is not flexible.
291334
simulate: false
292335
- model_name: Buildings.ThermalZones.Detailed.Examples.FFD.Tutorial.MixedConvection
293336
dymola:
@@ -404,7 +447,8 @@
404447
simulate: false
405448
- model_name: Buildings.ThermalZones.ReducedOrder.Validation.VDI6007.TestCase11
406449
openmodelica:
407-
comment: Inputs differ by more than threShold. Check output 'satisfied' for when violation(s) happened. Segmentation fault (core dumped)
450+
comment: Inputs differ by more than threShold. Check output 'satisfied' for when
451+
violation(s) happened. Segmentation fault (core dumped)
408452
simulate: false
409453
- model_name: Buildings.Utilities.IO.Python_3_8.Examples.KalmanFilter
410454
openmodelica:

0 commit comments

Comments
 (0)