Clear Filters
Clear Filters

Matlab Parallel pool test failure

54 views (last 30 days)
Ximeng
Ximeng on 28 Jun 2024 at 13:08
Answered: Prateekshya on 8 Jul 2024 at 3:14
I am using Matlab R2019b, I have setup an HPC cluster. In the validation stage, the last one (parallel pool test) fails. It shows the host IP refuses the connection. I tried some other IPs, still the same issue. Also, I have added the inbound rule in the firewall for Matlab and TCP ports 27370-27370.Also, on the left bottom corner of Matlab, starting parallel pool always fails too. I can also see my jobs sent to the HPC job manager, but I guess when the data coming back they are refused by my local IP.
  4 Comments
Umar
Umar on 30 Jun 2024 at 3:41
Hi Ximeng,
Ensure that the IP addresses and ports are correctly configured both on the cluster and your local machine. Verify that the firewall rules are allowing traffic on the specified TCP ports (e.g., 27370).
You can also check if there are any IP restrictions or access control lists that might be blocking the connection. Update these restrictions to allow communication between your local machine and the HPC cluster.
Additionally, consider testing the connection using tools like ping or telnet to diagnose connectivity problems. Make sure that the cluster nodes can communicate with each other and with your local machine.
Ximeng
Ximeng on 30 Jun 2024 at 19:00
OK, Thanks Umar for your help.

Sign in to comment.

Answers (1)

Prateekshya
Prateekshya on 8 Jul 2024 at 3:14
Hi Ximeng,
I can see that you are facing errors in the last step of validation stage. I hope the points given by Umar has helped you to resolve the error. You may consider contacting MathWorks Technical Support if you are still facing the issue.
Thank you.

Categories

Find more on Cluster Configuration in Help Center and File Exchange

Tags

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!