Parpool: can't use windows and linux workers simultaneously.
12 views (last 30 days)
Show older comments
Sergey Smozhevskiy
on 20 Mar 2017
Commented: Sergey Smozhevskiy
on 21 Mar 2017
Hello. I have PCs with Win 2012r2 x64 and Ubuntu 16.04 x64. Matlab R2015b is installed on each PC. I create job manager on any PC, add workers from all PCs and start matlab client on any PC. Next i try to run code:
if isempty(gcp('nocreate')), parpool('pool1', 'SpmdEnabled', true); end
pctRunOnAll [~, out] = system('hostname')
pool starting only with windows or linux workers. If set SpmdEnabled to false all workers starting.
It is possible to use linux and windows workers with spmd at same time?
0 Comments
Accepted Answer
Edric Ellis
on 21 Mar 2017
Unfortunately, the MPI infrastructure used to support spmd does not allow mixing of Linux and Windows workers.
More Answers (0)
See Also
Categories
Find more on Parallel Computing Fundamentals in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!