parapool stuck on Starting parallel pool on slurm cluster in Matlab 2013b

3 ビュー (過去 30 日間)
Knut Jørgen
Knut Jørgen 2014 年 7 月 3 日
編集済み: Tejas M U 2014 年 7 月 3 日
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);

採用された回答

Tejas M U
Tejas M U 2014 年 7 月 3 日
編集済み: Tejas M U 2014 年 7 月 3 日
‘parpool’ takes time to start, that is an expected behaviour. It might help you fasten the process if your Job storage location is local to your machine. How long does ‘parpool’ take?

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeParallel Computing Fundamentals についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by