aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbreak-up-bmks.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/break-up-bmks.sh b/break-up-bmks.sh
index 894c754..2a41a7f 100755
--- a/break-up-bmks.sh
+++ b/break-up-bmks.sh
@@ -12,8 +12,8 @@ scripts=$(dirname "$0")/../jenkins-scripts
convert_args_to_variables "$@"
-obligatory_variables bench_list bmk_hw run_profile
-declare bench_list bmk_hw run_profile
+obligatory_variables bench_list bmk_hw n_boards run_profile
+declare bench_list bmk_hw n_boards run_profile
c_and_cxx=(
400.perlbench 401.bzip2 403.gcc 429.mcf 433.milc 444.namd 445.gobmk
@@ -36,9 +36,9 @@ mapfile -t bmks < <(echo "$bench_list" \
| sort -u)
case "$bmk_hw" in
- "sq") n_cores=24; n_boards=2 ;;
- "tk1") n_cores=4; n_boards=8 ;;
- "tx1") n_cores=4; n_boards=9 ;;
+ "sq") n_cores=24 ;;
+ "tk1") n_cores=4 ;;
+ "tx1") n_cores=4 ;;
esac
case "$run_profile" in
"serial") n_cores=1 ;;