diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-26 18:11:11 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-26 18:11:11 +0200 |
commit | e29a67c70b49ee8abe0b4cc1b402c5c2ad5601e5 (patch) | |
tree | 4f91d8f6b188a2f19b9b8bfd5af82c007c3e2343 /Microbenchmarks | |
parent | a78066c0f24e70cc044ad9d49be1bdf7ccc783e9 (diff) |
CPU-DPU: specify SDK version
Diffstat (limited to 'Microbenchmarks')
-rwxr-xr-x | Microbenchmarks/CPU-DPU/dimes24-hetsim-alloc.sh | 4 | ||||
-rwxr-xr-x | Microbenchmarks/CPU-DPU/dimes24-hetsim-transfer.sh | 2 |
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() { |