parapool stuck on Starting parallel pool on slurm cluster in Matlab 2013b
3 次查看(过去 30 天)
显示 更早的评论
Hi
I have these commands to set JobStorageLocation and start parpool. But i starts very slowly. Is there anything wrong with my code? The code is runned on abel.
pc=parcluster;
pc.JobStorageLocation=strcat(getenv('SCRATCH'),'/job');
parpool(pc,prs);
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel Computing Fundamentals 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!