Re: [OMPI users] errno=131 ?

2007-11-18 Thread Tim Prins
Or you can follow the advice in this faq: http://www.open-mpi.org/faq/?category=tcp#tcp-connection-errors and run: perl -e 'die$!=131' Tim On Sunday 18 November 2007 09:29:25 pm George Bosilca wrote: > There is a good reason for this. The errno is system dependent. As an > example on my Debian c

Re: [OMPI users] errno=131 ?

2007-11-18 Thread George Bosilca
There is a good reason for this. The errno is system dependent. As an example on my Debian cluster errno 131 means "ENOTRECOVERABLE". Usually, this value is used with mutexes and not with writev. If you want to know what the 131 means on your specific system, take a look in /usr/include/errno

[OMPI users] errno=131 ?

2007-11-18 Thread Lydia Heck
One of our programs has got stuck - it has not terminated - with the error messages: mca_btl_tcp_frag_send: writev failed with errno=131. Searching the openmpi web site did not result in a positive hit. What does it mean? I am running 1.2.1r14096 Lydia