parpool does not open.

12 Ansichten (letzte 30 Tage)
Arabarra
Arabarra am 24 Feb. 2020
Kommentiert: Andrew Eck am 13 Mär. 2024
Hi,
Since a couple of weeks and out of a sudden, I cannot use Parallel Toolbox utilities on any of my Linux workstations.
maybe somebody can suggest something we didn't try. What we have tried till now:
  • We have excluded it is a licence problem (together witht the support team)
  • Deleting folders under ~/.matlab
  • Reinstalling Matlab
  • Using the option set distcomp.feature('LocalUseMpiexec') to false (or true)
  • startup.m and .bashrc have been cleaned
When I open it, it takes hours to open (if it opens at all). If I control+C the command, I get the following:
>> tic;a=parpool(16,'SpmdEnabled',true);toc
Starting parallel pool (parpool) using the 'local' profile ...
Operation terminated by user during parallel.internal.getJavaFutureResult (line 15)
In parallel.internal.pool.InteractiveClient/waitForSessionCreation (line 649)
sessionFuture, 1, java.util.concurrent.TimeUnit.SECONDS);
In parallel.internal.pool.InteractiveClient/start (line 356)
obj.Session = obj.waitForSessionCreation(sessionFuture, connectionCounter,
...
In parallel.Pool>iStartClient (line 796)
spmdInitialized = client.start(poolType , numWorkers, cluster, ...
In parallel.Pool.hBuildPool (line 585)
iStartClient(client, 'pool', cluster, guiMode, supportRestart, argsList);
In parallel.internal.pool.doParpool (line 18)
pool = parallel.Pool.hBuildPool(constructorArgs{:});
In parpool (line 98)
pool = parallel.internal.pool.doParpool(varargin{:});
Somebody has an idea what I could check or try?
thanks,
Daniel
  4 Kommentare
Raymond Norris
Raymond Norris am 17 Feb. 2021
Please contact Technical Support (support@mathworks.com) to resolve this.
Andrew Eck
Andrew Eck am 13 Mär. 2024
For other folks who stumble on this, I had a seemingly identical issue in Windows, and have a possible workaround for that case.
Same issue, trying to create a parpool hung seemingly indefinitely, and pausing would show that an exception was being thrown in parallel.internal.getJavaFutureResult
But, if I closed MATLAB and reopened with the 'Run As Administrator' option, parpool created within seconds without any issue.
Unclear a) why this is the case, b) how to fix so that admin privilege not needed, or c) how applicable it would be for Linux folks with the same issue

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Parallel Computing Fundamentals finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by