필터 지우기
필터 지우기

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);

채택된 답변

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 CenterFile Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by