Parallel processing toobox not working on Ubuntu 18.04

8 次查看(过去 30 天)
I have installed Matlab R2018a on a fresh install of Ubuntu 18.04. I can't get the parallel processing toolbox to work.
It seems to be correctly installed:
But when I try to open the parallel pool, I get "undefined function or variable":
And if I open the parallel processing "Manage Clusters" box, The dialog gets stuck on "Loading Profiles...":
All other toolboxes are working fine. `Parfor` loops run through in series, as if they were a normal `for` loop.
Any ideas what the problem is?
Thanks
  6 个评论
Walter Roberson
Walter Roberson 2018-9-21
There are other toolboxes listed in your add-on explorer that also do not show up in ver.
Try
restoredefaultpath
rehash toolboxcache
Ming Yue
Ming Yue 2018-9-21
Also, it's possible that the parallel computing toolbox is not installed correctly.
Can you please try to uninstall that toolbox (in Add-Ons->Manage Add-Ons-> Search for Parallel Computing Toolbox), then install that toolbox again (in Add-Ons->Get Add-Ons-> Search for Parallel Computing Toolbox)?

请先登录,再进行评论。

回答(1 个)

Sanjay Manohar
Sanjay Manohar 2018-9-25
Thanks all, the commands
restoredefaultpath
rehash toolboxcache
solved the problem.

类别

Help CenterFile Exchange 中查找有关 Manage Products 的更多信息

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by