diff options
author | Birte Friesel <dfriesel@uos.de> | 2023-07-24 11:42:22 +0200 |
---|---|---|
committer | Birte Friesel <dfriesel@uos.de> | 2023-07-24 11:42:22 +0200 |
commit | af3869489b84c2264c29211b29d8baced926ae0d (patch) | |
tree | 045f8319dacbe2f6e05f1329ac5d8782fea4ff08 /GEMV/baselines/cpu/run.sh | |
parent | e39651ab9ffe1420dd0bac7d5777f9480b5aa027 (diff) |
GEMV: update #DPUS
Diffstat (limited to 'GEMV/baselines/cpu/run.sh')
-rwxr-xr-x | GEMV/baselines/cpu/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GEMV/baselines/cpu/run.sh b/GEMV/baselines/cpu/run.sh index 14c03af..abe14b3 100755 --- a/GEMV/baselines/cpu/run.sh +++ b/GEMV/baselines/cpu/run.sh @@ -15,5 +15,6 @@ make -B verbose=1 for nr_threads in 88 64 44 1 2 4 6 8 12 16 20 24 32; do OMP_NUM_THREADS=${nr_threads} timeout --foreground -k 1m 30m ./gemv || true + sleep 10 done ) | tee "${HOST}-explore.txt" |