summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMicrobenchmarks/CPU-DPU/dimes24-hetsim-alloc.sh4
-rwxr-xr-xMicrobenchmarks/CPU-DPU/dimes24-hetsim-transfer.sh2
2 files changed, 5 insertions, 1 deletions
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() {