- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Problem using the OMOptim application
Problem using the OMOptim application
Problem using the OMOptim application
Hi,
I would like to use the OMOptim under Windows 7 OS but I have some issues with it!
I checked how this program works and I see that OMOptim creates a lot of MyModel.exe processes.
It seems like if OMOptim executes the "MyModel.exe -f MyModel_init.txt" command but it doesn't wait the application has ended (using the waitFor() Java instruction).
How may I solve this problem ?
Best,
Re: Problem using the OMOptim application
Hi,
"MyModel.exe -f MyModel_init.txt" is wrong. AFAIK this file not generated any more, instead an xml file is generated but with the same name. Create a bug report for it.
Using WaitFor() is not recommended because it normally hangs the interface (but thats just an implementation issue).
Adeel.
- adeas
- 454 Posts
Re: Problem using the OMOptim application
Then you need to get an older OMOptim version (earlier than r9222)
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Problem using the OMOptim application