Error starting parallel pool

조회 수: 14 (최근 30일)
MatlabNinja
MatlabNinja 2017년 6월 5일
댓글: Raymond Norris 2020년 11월 2일
Hi I am getting following error when I start parallel pool. Any insight would be appreciated.
Starting parallel pool (parpool) using the 'local' profile ... Warning: Unable to calculate the dependencies of the files: C:\Program Files\MATLAB\R2017a\toolbox\distcomp\@distcomp\nop.m
because: Unexpected Standard exception from MEX file. What() is:fl:filesystem:AccessDenied
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 6월 5일
You appear to have a corrupt installation, at least in the matter of the security permissions on various files or directories. I would recommend uninstalling the Parallel Computing Toolbox and reinstalling it.

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

답변 (1개)

Lionel Trebuchon
Lionel Trebuchon 2020년 11월 2일
It is painful to have this warning and to always come back to this very thread. It seems like the warning is a "symptom" of slow startup. I can only write down the different tests that have been made. The workers appea in admin center, and all I am trying to do is the following:
cluster = parcluster('IRAMP_MDCS_TRAIN');
p = parpool(cluster, 1)
On worker server client node:
  1. command prompt: mdce stop -> mdce uninstall -> mdce install -> mdce start
  2. command prompt (as Administrator): mdce stop -> mdce uninstall -> mdce install -> mdce start
On head node:
  1. Make more workers (on worker server client) available than needed.
  2. Make workers available on head node instead of worker server client.
The toolboxes available on the head node are many, on the worker server client node, apart from the basics: database + datafeed, distcomp, stats
  댓글 수: 1
Raymond Norris
Raymond Norris 2020년 11월 2일
Just want to make one observation. The OP is using the local scheduler ("using the 'local' profile") . Lionel's comments are in regards to the MJS scheduler (admin center, mdce, etc.).

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

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by