python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use MPE for MPI c++ project?
MPE is very useful for visualizing MPI programs, but it only provides compiler wrappers for C and Fortran: mpecc and mpef77, respectively. How can I use it if my MPI project is written in C++ and is n...

tyrrr
Votes: 0
Answers: 1
How to update message without using if statement?
I have a number of processors, let's say, 9, that are arange like a ring together. So, the processors communicating with each other in a ring and in a non-blocking setting MPI_Isend() and MPI_Irecv()...

user9990604
Votes: 0
Answers: 0
How define a user defined function in MPI which takes several input buffer
I need to define a user defined reduction in MPI. In each processor I have 3 vectors, one of them is double and the other 2 are integers. I can't flatten these vectors into one dimension data and pass...
Seeplusc
Votes: 0
Answers: 1
Errors in implementing MPI send/receive in CentOS 7
I am compiling this MPI program but it is giving me 15 errors and I cannot really what the problems are. I have searched for solutions everywhere but found nothing. My code is as follows and I using ...
JustWantToLearn
Votes: 0
Answers: 0