summaryrefslogtreecommitdiff
path: root/examples/cavity_2d_gpu/SConstruct
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-10-26 13:46:27 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-10-26 13:46:27 +0100
commite31609040915755dc1572c9b478d3b5a49e11e27 (patch)
tree94d4ff3ea730c214dbaec820cd3d405cbb26b7b6 /examples/cavity_2d_gpu/SConstruct
parent51d0394f250b2d7ce521a3c7136f018c428ddc92 (diff)
downloadlibs-lbm-e31609040915755dc1572c9b478d3b5a49e11e27.tar.gz
Adding dangling changes from slowly moving to SYCL USM 2020
And other random stuff
Diffstat (limited to 'examples/cavity_2d_gpu/SConstruct')
-rw-r--r--examples/cavity_2d_gpu/SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cavity_2d_gpu/SConstruct b/examples/cavity_2d_gpu/SConstruct
index da59a2d..fe206e1 100644
--- a/examples/cavity_2d_gpu/SConstruct
+++ b/examples/cavity_2d_gpu/SConstruct
@@ -59,8 +59,8 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[],
],
LIBS=[
'forstio-core',
- 'forstio-codec',
- 'acpp-rt'
+ 'acpp-rt',
+ 'omp'
]
);
env.__class__.add_source_files = add_kel_source_files