Parallel Merge Sort using MPI
问题 i implemented Parallel Merge sort in this code using the tree Structural scheme. but it doesn't sort the Array! could you take look at it and tell me what wrong is ? for communication among the processor i used the normal MPI_send() and MPI_recv(). however i used numbers -0- and -1- and -2- as tags for the fifth argument of MPI_recv() . for 8 processors the tree structural scheme gives the Array to the processor with rank-0- then it splits the array in half an gives the right half to