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

C MPI communicator fix #9

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

Conversation

michel2323
Copy link
Collaborator

One needs to extract the C communicator and pass it to PIPS. The current solution works with MPICH as C communicator is equal to the julia one (integer type), but fails with OpenMPI where the C communicator is a struct.

@michel2323 michel2323 closed this Jan 9, 2018
@michel2323 michel2323 reopened this Jan 9, 2018
@michel2323 michel2323 requested a review from cnpetra January 9, 2018 15:00
@chldkdtn chldkdtn self-assigned this Jan 10, 2018
@chldkdtn
Copy link
Collaborator

I cannot seem to find a correct branch for this PR. I see the following branches:

better_keepzero
user_mpi
compatible_with_julia_0.6.1
master

Which one is corresponding to this PR?

I see two lines are changed in src/pips_parallel_cfunc.jl
Meanwhile, I can change them manually and see they work or not.

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