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

Workarounds to compile with MPItrampoline #294

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

nick-wilson
Copy link

I hacked some workarounds to compile and MPI-PR build of Global Arrays using MPItrampoline https://github.com/eschnett/MPItrampoline

I'm not particularly confident that they are OK.
Can you please take a quick look and advise if there's a better way to do it?

@jeffhammond
Copy link
Member

thanks. this looks reasonable to me, pending my minor review comments.

@@ -142,6 +146,9 @@ void tcgi_alt_pbegin(int *argc, char **argv[])
#else
MPI_Init(argc, argv);
#endif
#ifndef MPI_COMM_WORLD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These three lines don't seem quite right

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.

4 participants