Problem in running multiple parallel jobs on cluster
显示 更早的评论
Hi,
I'm running a program using parallel computing toolbox on a cluster (just a simple matlabpool-parfor loop). It happened that if I only have one program running, things are fine. However, when I submit the second job (using same functions with different parameters), I got an error in one of the programs that looks like:
_??? Error using ==> matlabpool at 127
> The interactive parallel job is unavailable.
> Most likely, the parallel job has been destroyed.
I can run these multiple jobs simultaneously with no problem without PCT (just use "for").
If anyone can help explain this behavior, I would be really appreciated.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Parallel for-Loops (parfor) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!