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

Bugfix: fortran with threads #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nikhil-jain
Copy link

MPI_Init_thread also has different syntax for C and
fortran. Mimic special handling of MPI_Init for MPI_Init_thread.

MPI_Init_thread also has different syntax for C and
fortran. Mimic special handling of MPI_Init for MPI_Init_thread.
@tgamblin
Copy link
Member

@nikhil-jain Instead of copy/pasting this, can you please generify the code generation so that it doesn't have to be maintained twice?

@nikhil-jain
Copy link
Author

nikhil-jain commented Aug 15, 2016

@tgamblin I will give it a second try. Due to presence of non argc/argv arguements in init thread, I dint see an easy way, but let me try once more.

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