Starting Parallel pool on a cluster

조회 수: 2 (최근 30일)
Cverb
Cverb 2017년 11월 22일
편집: Sam Marshalik 2021년 11월 4일
Hi everyone,
We're trying run our script on a cluster, that is running on CentOS 7.4, Torque with cgroups support, using parfor. But we run into an error while creating the parallel pool with parpool/parcluster.
c = parcluster();
chanExtractPool = parpool(c, 20);
This however produces the following error:
Error using parcluster (line 56)
Invalid default value for property 'ProcessInformation' in class
'parallel.cluster.Local':
The following error occurred while retrieving the name of process 31136:
Couldn't find process 31136
Any ideas on how to fix this?
  댓글 수: 2
Kojiro Saito
Kojiro Saito 2017년 11월 23일
What cluster profile are you using, a built-in Torque cluster profile?
Also, what the return values of the following?
c = parcluster()
Paul Safier
Paul Safier 2020년 5월 4일
I have the same issue. Here's what I get when I run that command:
>> c = parcluster()
Error using parcluster (line 61)
Invalid default value for property 'ProcessInformation' in class 'parallel.cluster.Local':
The following error occurred while retrieving the name of process 198461:

댓글을 달려면 로그인하십시오.

답변 (1개)

Sam Marshalik
Sam Marshalik 2021년 11월 4일
편집: Sam Marshalik 2021년 11월 4일
I would suggest to reach out to the MathWorks Technical Support team to troubleshoot this. You can reach them by phone or e-mail: https://www.mathworks.com/support/contact_us.html.

카테고리

Help CenterFile Exchange에서 Running Code on Clusters and Clouds에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by