Matlab R2012a Failed to open matlabpool

matlabpool('open','local',7);
Starting matlabpool using the 'local' profile ... stopped.


Error using matlabpool (line 144)
Failed to open matlabpool. (For information in addition to the causing error, validate

the profile 'local' in the Cluster Profile Manager.)

实验室配备的电脑还算比较高。8核i7,8G内存,但是测试Matlab程序,打开Matlab R2012a,想用并行计算,结果告知,最多这可以四个。下面是解决方案

1、打开Matlab2012a的help搜索框,搜索Cluster Profile Manager来自(提示的最后三个单词),提示打开Parallel>Manage Cluster Profiles,弹出一个对话框,左下方有个Cluster Profiles/Local,右下方是它的内容,点击右下方的Edit,修改NumberWork数目为7。点击Done,推出。

2、再次启动matlabpool('open','local',7),运行成功。

3、在Matlab R2010b,没有类似的问题。


你可能感兴趣的:(Matlab R2012a Failed to open matlabpool)