-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
mpiexecjl
doesn't handle juliaup with non-default channel
#857
Comments
Ah, the problem is that Julia doesn't start at all, I can see errors like
|
On a different system I'm seeing the same outside of tests with Julia nightly:
I suspect this is a real issue with Julia v1.12 |
Ah, I understand the issue now, and I understand why In Lines 54 to 58 in 780aaa0
julia assuming it's in PATH (unless JULIA_BINDIR is set), but if I try to run mpiexecjl ... julia +nightly we're entering the script Lines 61 to 70 in 780aaa0
LD_LIBRARY_PATH for that version of Julia, which breaks down when we then try to start the other julia process: if that's a different version of Julia we're mixing up libraries for different versions of Julia. This also explains why we don't have problems here in CI: we don't use juliaup (let alone mixing up different channels).
I'm really not sure we have a good solution for this besides setting |
mpiexecjl
exit code test failingmpiexecjl
doesn't handle juliaup with non-default channel
I have a system where the test introduced in #834 is failing:
I need to investigate what's wrong with this. For the record, this isn't specific to OpenMPI_jll, I see the same with MPICH_jll. I wonder if the problem is the shell, here
/bin/sh
isThe text was updated successfully, but these errors were encountered: