Limbo Posted December 25, 2011 Share Posted December 25, 2011 Hi everyone In one of my lectures at the university I just learned about the MPI (Message Passing Interface) in C++. But sadly we didn't get an example of a problem which benefit from parallelize it and using MPI. As far as I understand this topic, for this to work the problem should be medium grained, but I can only think of fine grained or coarse grained problems, which won't benefit from using MPI. Do you know some problems which greatly benefit from MPI? Greetings Limbo Quote Link to comment Share on other sites More sharing options...
digip Posted December 26, 2011 Share Posted December 26, 2011 I'm not a programmer, but maybe these might help: http://www.mcs.anl.gov/research/projects/mpi/ http://supercomputingblog.com/tag/mpi/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.