Browse Source

disable OpenIB for openmpi

main
Dustin Frisch 3 months ago
parent
commit
c71c20bff8
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 3
      shared/userenv.nix

3
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 = [

Loading…
Cancel
Save