diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-14 15:10:58 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-14 15:10:58 +0200 |
commit | 6ddf701f8008e35b33183f30a441dd247408dc12 (patch) | |
tree | 972d1a647a7ecb433263baea827cafb68510a610 /BFS/benchmark-scripts | |
parent | c1ed07a6a5e6cd1a2a253f5d69555e643993cc37 (diff) |
BFS benchmark script: explicitly source SDK
Diffstat (limited to 'BFS/benchmark-scripts')
-rwxr-xr-x | BFS/benchmark-scripts/ccmcc25.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BFS/benchmark-scripts/ccmcc25.sh b/BFS/benchmark-scripts/ccmcc25.sh index e4de4ea..436d2eb 100755 --- a/BFS/benchmark-scripts/ccmcc25.sh +++ b/BFS/benchmark-scripts/ccmcc25.sh @@ -3,6 +3,8 @@ mkdir -p log/$(hostname) fn=log/$(hostname)/ccmcc25 +source /opt/upmem/upmem-2025.1.0-Linux-x86_64/upmem_env.sh + run_benchmark_nmc() { local "$@" set -e |