Skip to content

Commit

Permalink
openmpi use ucx in nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinluchang committed Jan 9, 2025
1 parent 101cd2c commit b821592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/qlat-pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let
cudaPackages = pkgs.cudaPackages;
ucx-dev = pkgs.ucx-dev;
in [
# "--with-ucx=${lib.getDev ucx-dev}"
"--with-ucx=${lib.getDev ucx-dev}"
(lib.withFeatureAs cudaSupport "cuda-libdir" "${cudaPackages.cuda_cudart.stubs}/lib")
]);
})).override { cudaSupport = pkgs.qlat-cudaSupport; };
Expand Down

0 comments on commit b821592

Please sign in to comment.