- MATLAB Distributed Computing Server was renamed to MATLAB Parallel Server
- mdce_def was renamed to mjs_def
- mdce binary was renamed to mjs
Why am I unable to validate or use parpool with Microsoft HPC Pack?
1 view (last 30 days)
Show older comments
MathWorks Support Team
on 10 Mar 2014
Edited: MathWorks Support Team
on 19 Nov 2025 at 16:56
I set up and configured an MATLAB Parallel Server cluster that consists of Windows machines running HPC. My client machine is using the built in profile for HPC and I can validate all stages except parpool.
When running the validation test, I see the following error output:
Stage: Parallel pool test (parpool)Status: FailedDescription:The validation stage encountered a MATLAB exception.Command Line Output:(none)Error Report:The interactive communicating job errored with the following message: MatlabPoolPeerInstance{fUuid=b524f061-3dba-4299-aebe-63bd3a6455e3, fGroupUuid=823ea93c-df6a-4972-817c-594370e08154, fLabIndex=1, fNumberOfLabs=240} was unable to connect to hostname-05/101.101.101.11:27370 due to a JVM IOException: nullDebug Log:(none)
Accepted Answer
MathWorks Support Team
on 19 Nov 2025 at 0:00
Edited: MathWorks Support Team
on 19 Nov 2025 at 16:56
This error will occur if you do not have the necessary port range open on your client machine.
On the client machine, where you will be submitting jobs from, you need to have the TCP port range 27370 through 27470 open.
If you need to modify the port range that Parallel Computing Toolbox uses, please refer to this documentation:
NOTE: Starting in R2019a the following name changes occurred:
0 Comments
More Answers (0)
See Also
Categories
Find more on Startup and Shutdown 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!