matlabpool, parfor, matlab engine in c++, - java not currently available
14 次查看(过去 30 天)
显示 更早的评论
I am calling the matlab engine from my C++ code to run some custom matlab functions.
Everything works fine when I use a serial for loop. But I want to use parfor in my custom .m function.
When I include the matlab pool open statement in my .m file, matlab crashes and reports that "java is not currently available".
Question: Is there any way to "load jvm" in a matlab engine or "start" a matlab engine with a jvm so that I can open a "matlabpool" and use "parfor"? Or is there a way to bypass parfor's dependence on jvm entirely?
Thank you!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel Computing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!