-
-
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
MPI tests fail on pristine Linux Mint 19 system (64-bit) #216
Comments
I am wondering if bb656f8 is causing this issue. Can you try v0.7.0 of MPI.jl? |
Yes, I may have concluded to hastily that the |
@lcw, thanks for the suggestion, indeed MPI 0.7.0 works flawlessly. Interestingly, I found that installing mpich instead of OpenMPI makes MPI.jl work:
|
I think it should be sufficient to just keep the |
This partially reverts bb656f8 and fixes JuliaParallel#216.
This partially reverts bb656f8 and fixes JuliaParallel#216.
Still happens with x-ref: JuliaSmoothOptimizers/MUMPS.jl#30
|
This looks like a different problem from the OP, where a missing symbol error was happening, suggesting the way we dlopen the library might be the problem. The MPI_INIT problem suggests something is wrong with MUMPS precompilation, maybe trying it with precompilation off just to verify this? CC @dpo |
Turning off precompilation and moving MPI.Init() up didn't help. I get the same error message on the TravisCI VMs. All is well on the CircleCI VMs. |
@dpo have you managed to reproduce this outside of travis? I would attach gdb to the precompilation process and get a backtrace when |
I have not been able to reproduce the issue. I set up an ArchLinux VM, and all worked well. Another user was able to confirm that all is well on an ArchLinux box, and a third one on an Ubuntu box (though running a newer version of Ubuntu than on TravisCI). |
I was just able to build and run the PR correctly on a Ubuntu 14.04 VM. So it seems something's up with the setup on TravisCI. |
Closing this as it seems resolved, and the init code has changed substantially (see #271). |
I am experiencing troubles in installing MPI on my machine (Linux Mint 19 64-bit). I tried to isolate the environment by creating a pristine virtual machine using the same system and ran the following commands (after having downloaded Julia 0.7 from the site):
Installing MPI succeeds, but tests fail:
followed by many similar errors. I have tried to investigate this stuff, but had no clues in understanding what's causing it. (A student of mine running Ubuntu 18.04 is experiencing the same behaviour.)
The text was updated successfully, but these errors were encountered: