JGCRI / cassandra

Human-earth system multi-scale model coupling framework
Other
5 stars 3 forks source link

Use a private communicator instead of MPI_Comm_world #36

Open rplzzz opened 5 years ago

rplzzz commented 5 years ago

Right now we manage all of our communication on the MPI_Comm_world communicator, which is kind of rude.