Re: [OMPI users] openmpi - mx - solaris and Gadget2 - add on

2006-11-24 Thread Lydia Heck
I saved two cores, which might be of interest. However they are so large, that I cannot attach them to any email. But I am very willing to submit them, if requested. Lydia -- Dr E L Heck University of Durham Institute for Computational Cosmology Ogden Ce

[OMPI users] return from MPI_Comm_spawn

2006-11-24 Thread Laurent . POREZ
Hi, I see that when a master process spawns slave processes, MPI_Comm_spawn() does not return until all MPI_Init() function ends in slave processes. Is there a way to set a time-out, or something to detect when an error occurs in a slave process ?