Changes between Initial Version and Version 1 of Ticket #6062
- Timestamp:
- 2020-07-22T10:02:19Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6062 – Description
initial v1 1 As reported in [https://trac.openmodelica.org/OpenModelica/ticket/6059] and [https://trac.openmodelica.org/OpenModelica/ticket/6061] it is unexpected that changes to the settings, e.g. compiler flags, are not carried over to the simulation unless theOMEdit is restarted.1 As reported in [https://trac.openmodelica.org/OpenModelica/ticket/6059] and [https://trac.openmodelica.org/OpenModelica/ticket/6061] it is unexpected that changes to the settings, e.g. compiler flags, are not carried over to the simulation unless OMEdit is restarted. 2 2 3 3 The dialog box has a disclaimer saying: "Global flags applied to the Simulation Setup dialog upon the first simulation of a model." 4 4 5 In other words once a model has been simulated the y onway to apply changes to the settings is through the "Simulation Setup" dialog.5 In other words once a model has been simulated the only way to apply changes to the settings is through the "Simulation Setup" dialog. 6 6 7 7 None of the following helps to update the local settings: … … 14 14 15 15 16 As this behavior is a sleast partially unexpected it can cause a significant amount of frustration when trying out different compiler flags.16 As this behavior is at least partially unexpected it can cause a significant amount of frustration when trying out different compiler flags. 17 17 18 18 I suggest that when a model is re-compiled, then it should also appreciate the latest global settings.