Re: [OMPI users] Restore MPI Communicator

2008-11-07 Thread George Bosilca
There is no way to do such things, not in the MPI standard and not in any MPI implementation (except FT-MPI). There are discussions in the MPI Forum about adding such capabilities to the MPI standard. Anyway, you will have to wait for a while before having access to such features, the next

[OMPI users] Restore MPI Communicator

2008-11-07 Thread Santolo Felaco
Hi, If a process MPI stops irregularly (the process dies), can I restore the communicator processor survivors? Thanks.