cluster connection test parcluster failed

26 views (last 30 days)
Paul
Paul on 28 Jun 2015
Edited: Daniel Wilusz on 29 Aug 2016
I have been using parallel computing for a couple of weeks now no problem.
Today I went to run a job and Matlab crashed and I had to reset the computer.
Now whenever I try and start a parallel job it errors outs.
If I run the command GCP I get "Starting parallel pool (parpool) using the 'local' profile ... Error using gcp (line 45) Not enough input arguments."
If i go to validate in the cluster profile manager it fails on the first stage (Cluster connection test (parcluster)"
Stage: Cluster connection test (parcluster)
Status: Failed
Description:The validation stage encountered a MATLAB exception.
Command Line Output:(none)
Error Report:
Not enough input arguments.
Debug Log:(none)
Any clue on first steps to sorting this out?
  1 Comment
Paul
Paul on 30 Jun 2015
Ok it seems that when I run distcomp.feature( 'LocalUseMpiexec', false ) it fixes the problem.
Can someone explain why though? I thought it had something to do with the firewall so I disabled it but it still wont run if the above is set true.
What difference does it make when running the above false compared to true?

Sign in to comment.

Answers (1)

Daniel Wilusz
Daniel Wilusz on 29 Aug 2016
Edited: Daniel Wilusz on 29 Aug 2016
I had the same problem. I followed the instructions here to fix it:
https://www.mathworks.com/matlabcentral/answers/92124-why-am-i-unable-to-use-parpool-with-the-local-scheduler-or-validate-my-local-configuration-of-parall
In my case, it was step 5 "Clear the local scheduler data folder" that fixed it.

Community Treasure Hunt

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

Start Hunting!