Sendrecv patch in order to comply with MPI standards
Status: Alpha
Brought to you by:
patmiller
As I said in a bug submission, the sendrecv mechanism in pyMPI does not comply with standards. When the message to be sent/received is large enough, a deadlock can appear. I have attached the `new' pyMPI_comm_message.c file, where I have removed the separate send + recv in the sendrecv method and have added a sendrecv.
Regards
Loek
only the pyMPI_message_sendrecv method was altered