Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

Pregunta MPI.NET First program.

  • 20 September 2011 9:42
     
     

    Hello , i want run example program PingPong.exe but output is 

    C:\>mpiexec -n 8 PingPong.exe

    Aborting: mpiexec on Sejnt-PC is unable to connect to the smpd manager on Sejnt-
    PC:0
    Other MPI error, error stack:
    ConnectFailed(986): unable to connect to 158.196.43.220 on port 49753, exhausted
    all endpoints
    ConnectFailed(977): unable to connect to 158.196.43.220 on port 49753, No connec
    tion could be made because the target machine actively refused it. (errno 10061)

    Ip 158.196.43.220 is ip of my computer. All  firewall are disapled. Thanks


    • Diedit oleh Sejnt 20 September 2011 9:45
    •  

Semua Balasan

  • 20 September 2011 11:21
     
     
    Suppose smpd service doesnt launched on your second workstation. Check it.
  • 20 September 2011 11:33
     
     
    but i have  only one computer.

    • Ditandai sebagai Jawaban oleh Sejnt 20 September 2011 11:37
    • Tanda sebagai Jawaban dihapus oleh Sejnt 20 September 2011 11:37
    • Diedit oleh Sejnt 20 September 2011 11:37
    •  
  • 20 September 2011 11:41
     
     

    Oh, sorry.

    Try to launch this command from any other workstation (or from this workstation, it doesnt matter):

    telnet Sejnt-PC 49753

    Errors like "actively refused it" means that situation can have two reasons:

    1) Service is not running

    2) Service is not listening for needed ports

    From my experience of working with MPI first reason is the point.

  • 20 September 2011 12:54
     
     
    yes you are right.Could not open connection to the host on port 49753 Connect failed. How do i open this port ??I think that my network card doesn't properly.
  • 20 September 2011 16:52
     
     

    I think your network card state is not related to our situation.

    Try to launch smpd that is located in compute cluster pack folder or try to launch any other program. PingPong is not what you need for situation with one workstation IMHO.

  • 10 Oktober 2011 22:46
     
     

    Hello,

    It looked like the firewall blocked SMPD from opening port on 49753. You may try the following command to see whether it helps:

    advfirewall firewall add rule name="MyRule" dir=in action=allow protocol=TCP localport=32000-65535

    Thanks,

    James