- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Simulation flags in omshell
Simulation flags in omshell
Simulation flags in omshell
Hello i would like to ask how can I put simulation flags and other things to omshell simulation ?
like simulate(Segway.simulation,cflags="-g",measureTime=true,method="dassl")
but I would like to use things from omedit like number of processors, options of dassl method and so on.. is thete a documentation for this? because i cant find any..
Thanks in advance.
Re: Simulation flags in omshell
simulate(..., simflags="...")
See https://openmodelica.org/doc/OpenModeli … flags.html for options (or pass -?). Number of processors you set through omc -n 2 (else, it uses the number of physical cores by default).
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Simulation flags in omshell