aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-01-11 00:16:21 +0100
committerAdrian Kummerlaender2020-01-11 00:16:21 +0100
commitac226d7ddf6ccfde2d5db3dc4807456ab3d46521 (patch)
tree1e6b703385c077824db1f8e6410242a4b4e093db
parent8c1f317010eeba28b3d4ae3ef158b1e760997ed1 (diff)
downloadboltzgen_examples-ac226d7ddf6ccfde2d5db3dc4807456ab3d46521.tar
boltzgen_examples-ac226d7ddf6ccfde2d5db3dc4807456ab3d46521.tar.gz
boltzgen_examples-ac226d7ddf6ccfde2d5db3dc4807456ab3d46521.tar.bz2
boltzgen_examples-ac226d7ddf6ccfde2d5db3dc4807456ab3d46521.tar.lz
boltzgen_examples-ac226d7ddf6ccfde2d5db3dc4807456ab3d46521.tar.xz
boltzgen_examples-ac226d7ddf6ccfde2d5db3dc4807456ab3d46521.tar.zst
boltzgen_examples-ac226d7ddf6ccfde2d5db3dc4807456ab3d46521.zip
Add C++ compiler to CUDA shell expression
I am not entirely sure why this was not required previously.
-rw-r--r--lid_driven_cavity/cuda/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lid_driven_cavity/cuda/shell.nix b/lid_driven_cavity/cuda/shell.nix
index 77d7bdf..c205d68 100644
--- a/lid_driven_cavity/cuda/shell.nix
+++ b/lid_driven_cavity/cuda/shell.nix
@@ -14,6 +14,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
in with pkgs; [
local-python
cmake
+ gcc
cudatoolkit
linuxPackages.nvidia_x11
];