-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_tree
31 lines (26 loc) · 1.15 KB
/
run_tree
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#! /bin/bash
#for zipf in 1.2 1.8 2.4 3.0 3.6
#do
# sbatch ../script.sh no_cross.py up_nocc_$zipf --debug_level DEBUG --graph_type tree --capacity 16.0 --penalty 1 --catalog_size 20 --zipf_parameter $zipf
#done
#
#for zipf in 1.2 1.3 1.4 1.5 1.6
#do
# sbatch ../script.sh ccaching.py up_ma_$zipf --debug_level DEBUG --graph_type tree --capacity 16.0 --penalty 1 --catalog_size 20 --zipf_parameter $zipf
#done
for mul in 1.0 1.2 1.4 1.6 1.8 2.0
do
sbatch ../script.sh no_cross.py up_nocc_$mul --debug_level DEBUG --graph_type tree --capacity 16.0 --penalty 1 --catalog_size 20 --penalty_mul $mul
done
#for mul in 1.0 1.2 1.4 1.6 1.8 2.0
#do
# sbatch ../script.sh ccaching.py up_$mul --debug_level DEBUG --graph_type tree --capacity 16.0 --penalty 1 --catalog_size 20 --penalty_mul $mul
#done
#for mul in 5.0
#do
# sbatch ../script.sh no_cross.py up_nocc_$mul --debug_level DEBUG --graph_type tree --capacity 16.0 --penalty 1 --catalog_size 20 --capacity_mul $mul
#done
#for mul in 1.0 2.0 3.0 4.0 5.0
#do
# sbatch ../script.sh ccaching.py up_$mul --debug_level DEBUG --graph_type tree --capacity 16.0 --penalty 1 --catalog_size 20 --capacity_mul $mul
#done