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

Allow for MPI_Init being called before HPX launches #1066

Closed
hkaiser opened this issue Feb 19, 2014 · 1 comment
Closed

Allow for MPI_Init being called before HPX launches #1066

hkaiser opened this issue Feb 19, 2014 · 1 comment
Assignees
Labels
category: parcel transport difficulty: easy Good issues for starting out with HPX development type: enhancement
Milestone

Comments

@hkaiser
Copy link
Member

hkaiser commented Feb 19, 2014

Currently calling MPI_Init before HPX is launched causes an exception because HPX tries to call MPI_Init_thread itself. This case needs to be handled properly in HPX.

@hkaiser hkaiser added this to the 0.9.8 milestone Feb 19, 2014
@hkaiser hkaiser self-assigned this Feb 19, 2014
@hkaiser
Copy link
Member Author

hkaiser commented Feb 19, 2014

This has been fixed by e867bb3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: parcel transport difficulty: easy Good issues for starting out with HPX development type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant