I would like to distribute the data on multiple machines connected by TCP/IP network using OpenMPI.. can anyone point me to the right resources and direction. I am new to OpenMPI.
Thanks
It depends on the language you're going to write the software. But basically, openMPI application look like this:
In MPI, there's almost always following workflow is included:
I'd recommend this MPI tutorial for C++ development and also check out this so post regarding books on the topic.
Here's just one of the many MPI tutorials on the net; I'm surprised you didn't find this yourself.