leetmaa / KMCLib

A kinetic Monte Carlo Python/C++ library.
GNU General Public License v3.0
119 stars 49 forks source link

Use C++ MPI interfaces instead of C interfaces. #11

Open PytLab opened 7 years ago

PytLab commented 7 years ago

Hi,

I tried to change the use of interfaces of MPI from C to C++. It will make the coding style more uniform and helps to remove the dummy arguments like int argc and char** argv etc. :)

Shao Zhengjiang

leetmaa commented 3 years ago

Thanks for the update. It looks really good. I don't have proper MPI testing capabilities at the moment, but as soon as I have I'll test and merge this.