【发布时间】:2015-10-07 05:03:08
【问题描述】:
我的系统是 Windows Server 2012 Standart R2,Matlab 版本是 R2015a。我试过this example。当我运行 Java 应用程序时,它会停止:
Starting parallel pool (parpool) using the 'local_mcruserdata' profile ... connected to 8 workers.
Parallel pool using the 'local_mcruserdata' profile is shutting down.
Error using parpool (line 103)
Failed to start a parallel pool. (For information in addition to the causing error, validate the profile 'local_mcruserdata' in the Cluster Profile Manager.)
Error in sample_pct (line 11)
Caused by:
Error using cd
An internal error occurred during dctPathAndClearNotification.
The error is `com.mathworks.toolbox.javabuilder.MWException`: Failed to start a parallel pool. (For information in addition to the causing error, validate the profile 'local_mcruserdata' in the Cluster Profile Manager.)
我的集群配置文件管理器中不存在配置文件“local_mcruserdata”。我使用的是导出配置文件“本地”的 local.settings 文件。
【问题讨论】:
标签: matlab