--------------------------------
1: 0.26401471785025D+00 : 2 : 63 29 1
res_ave: 0.34907989208128D-03
2: 0.24853339079718D+00 : 2 : 63 29 1
res_ave: 0.35836744617995D-03
MPI_Wait: process in local group is dead (rank 0,
MPI_COMM_WORLD)
Rank (0, MPI_COMM_WORLD): Call stack within LAM:
Rank (0, MPI_COMM_WORLD): - MPI_Wait()
Rank (0, MPI_COMM_WORLD): - MPI_Sendrecv()
Rank (0, MPI_COMM_WORLD): - main()
-----------------------------------------------------------------------------
As far as i know this is related to something on the comunication
process...
Some variable is not reaching the processor on the other machine...
you are not having problems running it on the dual processor because
the variables might be shared!! i'm only supposing because i can't see
the code...
I had a similiar problem (similar error messages) because i was using
MPI_Scatter() and did not dimension some variables i was using...
So, check your MPI_Send() or related.
nelson
|