summaryrefslogtreecommitdiff
path: root/Microbenchmarks/Random-GUPS/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Microbenchmarks/Random-GUPS/run.sh')
-rwxr-xr-xMicrobenchmarks/Random-GUPS/run.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/Microbenchmarks/Random-GUPS/run.sh b/Microbenchmarks/Random-GUPS/run.sh
new file mode 100755
index 0000000..8c33392
--- /dev/null
+++ b/Microbenchmarks/Random-GUPS/run.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+for i in 1
+do
+ for j in 1 2 4 8 12 16
+ do
+ NR_DPUS=$i NR_TASKLETS=$j BL=10 make all
+ wait
+ ./bin/host_code -w 0 -e 1 -i 2097152 >& profile/gups_${i}_tl${j}.txt
+ wait
+ make clean
+ wait
+ done
+done