I've downloaded a MALTAB toolbox which provides the MPI functionality.
However, it has only the basic calls like MPI_Send, MPI_Recv etc.
The calls like MPI_Gather, MPI_Reduce etc. are missing.
Can anyone tell me if I were to write this how difficult it would be?
I guess I can get the algorithm for MPI_Reduce etc. from somewhere and all
these calls can be implemented using only MPI_Send, MPI_Recv etc. basic
functions.
Please let me know if I'm correct? Thanks,
Pushkar
|