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 个)

类别

Help CenterFile Exchange 中查找有关 Parallel Computing Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by