Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2166 Discussions

mpdboot fails what is the equivalent of "export MPICH_PORT_RANGE=50001:59999" in Intel MPI

jbuddie
Beginner
295 Views

my mpdboot fails also. I get similar errors, but I believe the reason for mpdboot failing is that it trys to start mpd on some random port number, which always turns out to be a blocked port (firewall). Cluster prodution environments are usually firewalled. see the error in my case

mpdboot_blade13 (handle_mpd_output 730): Failed to establish a socket connection with blade11:36126 : (113, 'No route to host')

First this could kind of error could be prevented by setting an ideal safe port range like in the MPICH2. In mpich2-1.0.7 the way to specify the port range for mpd to work in is to to set the MPICH_PORT_RANGE variable to a range of ports that are opened for use by the iptables. i.e.

export MPICH_PORT_RANGE=50001:59999

How could one achieve the same objective in intel mpi (environment)?

0 Kudos
0 Replies
Reply