Parpool errors on SLURM computing system
조회 수: 8 (최근 30일)
이전 댓글 표시
I'm running a script that relies on a parfor loop. To initialize my parpool I use the command
parpool(20) % where 20 is the number of cores I have requested.
Occasionally I get the error
Error using parpool (line 113)
Failed to start a parallel pool. (For information in addition to the causing
error, validate the profile 'local' in the Cluster Profile Manager.)
Caused by:
Error using parallel.internal.pool.InteractiveClient>iThrowWithCause (line
675)
Failed to start pool.
Error using parallel.Job/submit (line 351)
Error closing file
/gpfs/home/cholt/.matlab/local_cluster_jobs/R2017b/Job47.in.mat.
The file may be corrupt.
Sometimes my code works fine. And sometimes I get that error. I don't really understand what's happening and why that error appears sometimes but not always. How can I fix it? Thanks for your help -C
댓글 수: 0
답변 (2개)
Zenin Easa Panthakkalakath
2018년 8월 17일
Hey Caleb,
It is possible that one or more of the workers never managed to fully start. This may have been caused by certain preference settings. Try to regenerate the MATLAB preferences.
Also can you please check the "startup.m" file if it contains any commands which will alter the MATLAB preferences. If yes, try commenting out these and run the program again.
Regards
Zenin
Zenin Easa Panthakkalakath
2018년 8월 20일
Hey Caleb,
I understand that you haven't made any changes to the preference settings. In that case, it could mean that the MATLAB Cluster may not have been validated. Please refer to these pages in order to do the same:
- Validate cluster profile - MATLAB Documentation page
- Manually validate cluster profile - MATLAB Answers page
Please let me know if this works for you.
Regards
Zenin
댓글 수: 3
Zenin Easa Panthakkalakath
2018년 8월 21일
Hey Caleb,
The directory that you've mentioned is the preference directory.
>>prefdir % this would return the preference directory.
Regards
Zenin
참고 항목
카테고리
Help Center 및 File Exchange에서 Third-Party Cluster Configuration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!