summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index 9068e76..bb583f9 100644
--- a/default.nix
+++ b/default.nix
@@ -62,7 +62,7 @@ let
}).forstio;
pname = "kel-lbm";
- version = "0.0.4";
+ version = "0.0.5";
in rec {
kel = {
lbm = {
@@ -152,7 +152,8 @@ in rec {
name = "kel-lbm-sims-${version}";
paths = [
kel.lbm.core
- examples.cavity_2d_gpu
+ kel.lbm.sycl
+ examples.poiseulle_particles_2d_gpu
];
};
};