flux-framework / flux-test-collective

Holistic system testing and CI for multiple flux-framework projects
GNU Lesser General Public License v3.0
0 stars 2 forks source link

mpi: add testing support for openmpi5 #16

Closed wihobbs closed 8 months ago

wihobbs commented 8 months ago

Problem: flux-pmix is required by openmpi5, which means we should be testing openmpi5 on LC hardware.

Utilize modulefiles on Corona to test this. Since loading new modulefiles can cause unexpected behavior in tests for openmpi4, only load those modulefiles when openmpi5 is the requested MPI to test.

wihobbs commented 8 months ago

Thanks @grondo!