Error opening matlabpool on openSUSE

1 view (last 30 days)
Saipraneeth
Saipraneeth on 25 Dec 2014
Commented: Edric Ellis on 2 Jan 2015
I am running a code on matlab R2014b (on Dell server T 620 with openSUSE) and I get the following error message written to my output file. And somehow the code is still getting executed but it uses only one core out of all the available cores. I did update java but still the same error. Any kind of pointers will be appreciated. Thanks
>> >> >> >> >> >> >> >> >> >> >> >> >> >> {Error using matlabpool>iVerifyJava (line 167) matlabpool is not supported because: Java is not currently available.
Error in matlabpool (line 125) iVerifyJava(); }
  1 Comment
Edric Ellis
Edric Ellis on 2 Jan 2015
Are you launching MATLAB with the -nojvm startup flag? (If so, don't do that because Java is required for opening a parallel pool).

Sign in to comment.

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!