Fault tolerance and MPI
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Carl_Notfors at vdgc.com.sg Carl_Notfors at vdgc.com.sgSun Feb 4 23:23:42 PST 2001
- Previous message: Big Iron
- Next message: Fault tolerance and MPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Our computational model is quite simple. We have a master node and a number of slave nodes. All communication is between the master and the slaves, ie. no internode communication, so all communication is done with MPI_Send and MPI_Recv (we are using LAM/MPI). The problem with MPI is that there is no fault tolerance, if a slave node "dies" the whole process goes down. According to the LAM documentation it should be possible to achieve some fault tolerance but we have as yet not tried this. Is there anyone who has got this working? Is there fault tolerance in any othe MPI implementations? Would it be better to use PVM if you want fault tolerance? Carl
- Previous message: Big Iron
- Next message: Fault tolerance and MPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
