We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c6244 commit f0a9db7Copy full SHA for f0a9db7
OMPython/ModelicaSystem.py
@@ -429,9 +429,8 @@ def __init__(
429
430
# set commandLineOptions using default values or the user defined list
431
if commandLineOptions is None:
432
- # set default command Line Options for linearization as
433
- # linearize() will use the simulation executable and runtime
434
- # flag -l to perform linearization
+ # set default command line options to improve the performance of linearization and to avoid recompilation if
+ # the simulation executable is reused in linearize() via the runtime flag '-l'
435
commandLineOptions = [
436
"--linearizationDumpLanguage=python",
437
"--generateSymbolicLinearization",
0 commit comments