Hi everyone, I recently found out that the C++ bindings for MPI had been deprecated and that gave me the choice of using the C bindings in my program or using Boost MPI. I had a question about the Boost option: When I set up MPI on my computer I compiled the library and created a file containing the IP addresses of my nodes. If I install Boost on my linux machine will that automatically install the MPI library that Boost is using and how do I tell Boost the ip addresses of the nodes in my cluster?
Sarkari job