[OMPI users] Connection Errors: Socket is not connected (57) but works for a one messages to each place at first. Works on machine order.

2011-03-05 Thread atexannamedbob
Dear Open-mpi users, Currently we are running on 4 imacs 10.5.8 all identical and all on the same network using MPI version 1.4.1. We get an error that we cannot seem to find any help on. Sometimes we get the error Socket Connection (79) [30451,1],1][btl_tcp_endpoint.c:298:mca_btl_tcp_endpoint_s

[OMPI users] MPI Program

2011-03-05 Thread Ahmad Makhsun
Hello.. I need help. Anyone have or anyone know the address to download the program decrypt md5 mpi?? Thank You

Re: [OMPI users] Number of processes and spawn

2011-03-05 Thread Ralph Castain
Hi Federico I tested the trunk today and it works fine for me - I let it spin for 1000 cycles without issue. My test program is essentially identical to what you describe - you can see it in the orte/test/mpi directory. The "master" is loop_spawn.c, and the "slave" is loop_child.c. I only teste

Re: [OMPI users] Number of processes and spawn

2011-03-05 Thread Ralph Castain
FWIW: just tried current trunk on a multi-node cluster, and the loop_spawn test worked fine there too. On Mar 5, 2011, at 11:05 AM, Ralph Castain wrote: > Hi Federico > > I tested the trunk today and it works fine for me - I let it spin for 1000 > cycles without issue. My test program is esse