I think that the CI pipeline of MPI.jl tests only these two configurations:
- self-built OpenMPI with CUDA
- self-built OpenMPI with ROCM
There are no tests with the default configuration, i.e. MPICH via MPICH_jll.
If I add such tests, would you prefer a github action or another buildkite group?
I think that the CI pipeline of MPI.jl tests only these two configurations:
There are no tests with the default configuration, i.e. MPICH via
MPICH_jll.If I add such tests, would you prefer a github action or another buildkite group?