KMCLib icon indicating copy to clipboard operation
KMCLib copied to clipboard

Use C++ MPI interfaces instead of C interfaces.

Open PytLab opened this issue 9 years ago • 1 comments

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

PytLab avatar Nov 29 '16 06:11 PytLab

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.

leetmaa avatar Dec 29 '20 19:12 leetmaa