Opened 3 years ago

Last modified 3 years ago

#6343 new defect

Issue with simulation flags in the testing infrastructure

Reported by: casella Owned by: sjoelund.se
Priority: high Milestone:
Component: Testing Framework Version: 1.16.0
Keywords: Cc: adrpo

Description

Please check PowerGrids.Examples.ENTSOE.SteadyState. The simulation executable reports:

Regular simulation: ./PowerGrids_PowerGrids.Examples.ENTSOE.SteadyState -abortSlowSimulation -alarm=480   -nls=kinsol -lv=LOG_INIT_HOMOTOPY -lv LOG_STATS
stdout            | warning | each command line option can only be used once: -lv

and then does not report the simulation stats. The first -lv flag is generated by the __OpenModelica_simulationFlags annotation, I guess the second is added by the CI scripts.

In this case, the script should recognize that there is already a -lv flag and append LOG_STATS to it.

All the example models in PowerGrids suffer of the same problem.

Change History (2)

comment:1 Changed 3 years ago by casella

  • Milestone changed from 1.17.0 to 1.18.0

Retargeted to 1.18.0 because of 1.17.0 timed release.

comment:2 Changed 3 years ago by casella

  • Milestone 1.18.0 deleted

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.