Re: [mpich-discuss] Does MPICH3 support fault tolerance and dynamiclly adding nodes in the cluster
Hi Tom, You can use MPI_Comm_spawn to create new processes. For fault tolerance, MPICH supports the User-Level Failure Mitigation (ULFM) extension for MPI standard. It is implemented as MPIX_Comm_{agree, failure_ack, failure_get_acked, revoke, shrink} functions in MPICH. Yanfei Guo Postdoctoral Researcher MCS Division, ANL On 2/27/16, 9:20 PM, "杏花雨闲客" <[email protected]> wrote:
Hello,
There is a distributed system based on MPICH, it need to add nodes dynamically to enhance the computing power of the cluster,and support fault tolerant. How to use MPICH3 to implement the goals? Can anyone give me some advice? Thanks!
Tom, 2016-2-28
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Guo, Yanfei