From e29a67c70b49ee8abe0b4cc1b402c5c2ad5601e5 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 26 Jul 2024 18:11:11 +0200 Subject: CPU-DPU: specify SDK version --- Microbenchmarks/CPU-DPU/dimes24-hetsim-alloc.sh | 4 +++- Microbenchmarks/CPU-DPU/dimes24-hetsim-transfer.sh | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Microbenchmarks/CPU-DPU/dimes24-hetsim-alloc.sh b/Microbenchmarks/CPU-DPU/dimes24-hetsim-alloc.sh index bccb3ce..3707975 100755 --- a/Microbenchmarks/CPU-DPU/dimes24-hetsim-alloc.sh +++ b/Microbenchmarks/CPU-DPU/dimes24-hetsim-alloc.sh @@ -1,7 +1,9 @@ #!/bin/bash mkdir -p log/$(hostname) -fn=log/$(hostname)/$(date +%Y%m%d).a +fn=log/$(hostname)/dimes-hetsim-alloc + +source /opt/upmem/upmem-2024.1.0-Linux-x86_64/upmem_env.sh run_benchmark_nmc() { local "$@" diff --git a/Microbenchmarks/CPU-DPU/dimes24-hetsim-transfer.sh b/Microbenchmarks/CPU-DPU/dimes24-hetsim-transfer.sh index bffba02..619d2ae 100755 --- a/Microbenchmarks/CPU-DPU/dimes24-hetsim-transfer.sh +++ b/Microbenchmarks/CPU-DPU/dimes24-hetsim-transfer.sh @@ -3,6 +3,8 @@ mkdir -p log/$(hostname) fn=log/$(hostname)/dimes-hetsim-transfer +source /opt/upmem/upmem-2024.1.0-Linux-x86_64/upmem_env.sh + ./make-size.sh 0 run_benchmark_nmc() { -- cgit v1.2.3