What is easier to learn and debug OpenMP or MPI?
问题 I have a number crunching C/C++ application. It is basically a main loop for different data sets. We got access to a 100 node cluster with openmp and mpi available. I would like to speedup the application but I am an absolut newbie for both mpi and openmp. I just wonder what is the easiest one to learn and to debug even if the performance is not the best. I also wonder what is the most adequate for my main loop application. Thanks 回答1: If your program is just one big loop using OpenMP can be