Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PytLab
Copy link
Contributor

@PytLab PytLab commented Nov 29, 2016

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

Change the use of MPI interfaces from C to C++, removing the dummpy
arguments like `int argc` and `char** argv`.
@leetmaa
Copy link
Owner

leetmaa commented Dec 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants