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. :)
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.
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
andchar** argv
etc. :)Shao Zhengjiang