MATLAB runtime Windows multiple MCRs
显示 更早的评论
"MATLAB runtime run in parallel if it's loaded on separate processes" How do you run multiple MCRs and make them use a separate process in windows......Please don't tell me to read the manual...Looking for precise instructions....Thanks
[Merged information from Duplicate Question]
When I run two executables concurrently they take double amount of time to run. The MCR is single threaded so running the compiled exe in another shell (command prompt call with &) doesn't help. This is running on a very fast 6 core i7 machine with 64 GB of ram. Is this a problem with JVM contention ?
How do I make two executable programs in Matlab run faster in Windows Server ?
Is this a limitation when you multiple compiled executables?
I'm hoping someone at Mathworks can answer this very simple question.
采纳的回答
更多回答(1 个)
Walter Roberson
2012-12-8
0 个投票
Invoke the executable from different command shells, or invoke the executable from the command shell but use & at the end of the command to run the executable in the background.
The opposite of this would be having a driver program (e.g., Visual C++) that invoked the engine from multiple threads in the same executable.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Compiler 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!