From c71c20bff8982517192afad66bd9e024ad1b480c Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Wed, 14 Feb 2024 13:46:17 +0100 Subject: [PATCH] disable OpenIB for openmpi --- shared/userenv.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared/userenv.nix b/shared/userenv.nix index 013568f..11bd3a0 100644 --- a/shared/userenv.nix +++ b/shared/userenv.nix @@ -66,6 +66,9 @@ in if [[ "$(id -gn)" -eq "cluster" ]]; then export PKG_CONFIG_PATH="${makeSearchPath "lib/pkgconfig" config.environment.profiles}" fi + + # Disable OpenIB for open-mpi as it is depricated and bogous + export OMPI_MCA_btl='^openib' ''; environment.profiles = [