-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Installed MPI.jl doesn't pass the test "test_shared_win.jl". #347
Comments
What version of MPI.jl are you using? You can find out by
|
Also, is there any reason you are using an old preview release of MPICH? Can you try it with a newer stable version? |
Thanks, Simon. I am using the following version. [da04e1cc] MPI v0.11.0 #master (https://github.com/JuliaParallel/MPI.jl) |
I need to add package MPI.jl and Pets2.jl. Right now, Petsc2.jl only support Petsc 3.9.6 (the accompanying MPICH is version 3.3.b) and Julia 0.6. In order to make it easier to code wrapper file for Petsc in future, |
Ah ok. I would suggest trying it with a newer MPICH version to at least see if you can determine the cause. I don't have any experience with that part of the code, so it is difficult to say what is going on. @barche do you have any ideas? Unless your package is using the shared memory functionality, it is probably safe to ignore. |
Sure. I will try new MPICH. |
|
Great, I'll close this then. Please open a new issue if further problems arise. |
MPI.jl is installed. Most test cases are passed except the test_shared_win.jl. I am using Julia 1.0 and MPICH (Version 3.3b1) on Mac.
The issue is listed as follows. Please give me some suggestions what is wrong there.
The text was updated successfully, but these errors were encountered: