ports/net/openmpi/files/patch-3rd-party_romio341_mpl_configure
Laurent Chardon ba6bf794a8 net/openmpi: update 5.0.3 → 5.0.4
- Remove slurm from default options
- Reinstate romio in default option
- Remove level-zero dependency

Changelog:
https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html#open-mpi-version-v5-0-4

PR:	280369
2024-07-21 15:38:47 +03:00

12 lines
367 B
Text

--- 3rd-party/romio341/mpl/configure.orig 2024-07-21 08:39:24 UTC
+++ 3rd-party/romio341/mpl/configure
@@ -17666,7 +17666,8 @@ fi
fi
-if test "$have_gpu" = "no" ; then
+# Disable Level Zero - See https://github.com/open-mpi/ompi/issues/9715
+if test "$have_gpu" = "DISABLED" ; then
# Check Level Zero availability when no other GPU library is available