[Beowulf] MPI synchronization problem
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.
Michel Dierks m.dierks at skynet.beFri Nov 10 16:27:13 PST 2006
- Previous message: [Beowulf] More cores/More processors/More nodes?
- Next message: [Beowulf] MPI synchronization problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, I'm developing an application to calculate the Mandelbrot fractal. My problem is: from the master I will send to each free node for computation a message containing the values of one screen line. After a time the nodes will send back the results. I have see that I can use MPI_Isend and MPI_Irecv for non-blocking communication. This give me no problem if we are talking about of one send and one receive. But how can I handle the sending from each node to the master without data corruption. Must I implement a send and a receive buffer for each node (16 nodes means 16 buffer in and 16 out) ? Can someone help me? Please
- Previous message: [Beowulf] More cores/More processors/More nodes?
- Next message: [Beowulf] MPI synchronization problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
