-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
Description
It seems like multiple CI jobs are broken, e.g.,
- test-openmpi-jll (ubuntu-latest, 1.6, x86) fails with
ERROR: LoadError: UndefVarError: libhsa_runtime64 not defined
(upstream bug in AMDGPU.jl 0.2 with Julia v1.6, but AMDGPU v0.3 requires Julia v1.7). It doesn't seem to occur anymore. - test-mpitrampoline-intel-linux (1.6, 2.10.3) fails with a segfault in some multithreaded part (MPI implementations intercepting Signals is incompatible with Julia GC safepoint #725). This job doesn't exist anymore with [CI] Use Spack OCI build cache for MPI packages #788
- test-spack-mvapich (1) fails with yet another segfault (upstream bug in mvapich: Tests segfaulting on Ookami #684, fixed by mvapich2: Add patch to avoid segmentation fault in
MPIR_Attr_delete_list
spack/spack#39058) - test-mpitrampoline-jll (ubuntu-latest, mpitrampoline, 1.6, x64) has some problems with error testing
- Testing on Windows is failing in multiple places (Spurios test failures on Windows for
get_position_shared
#555). Test skipped in Skip threads tests which are known to fail #791
Any idea what's going on here?