On Mon, Apr 02, 2007 at 07:15:41PM -0400, Heywood, Todd wrote: Hi,
> [blade90][0,1,223][../../../../../ompi/mca/btl/tcp/btl_tcp_endpoint.c:572:mc > a_btl_tcp_endpoint_complete_connect] connect() failed with errno=113 errno is OS specific, so it's important to know which OS you're using. You can always convert these error numbers to normal strings with perl: adi@drcomp:~$ perl -e 'die$!=113' No route to host at -e line 1. (read: 113 is "No route to host" under Linux. If you're not using Linux, your 113 probably means something else) If it's really "No route to host", check your routing setup. adi@drcomp:~$ perl -e 'die$!=104' Connection reset by peer at -e line 1. This usually happens when a remote process dies, perhaps due to segfaults. HTH -- Cluster and Metacomputing Working Group Friedrich-Schiller-Universität Jena, Germany private: http://adi.thur.de