Skip to content

Commit 2142c08

Browse files
author
Alex J. Malozemoff
committed
add parallelization flags to 3dnf/ore
1 parent 820e7d7 commit 2142c08

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

runall.sh

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,36 +23,36 @@ echo "**************************************************************"
2323
echo "* Running ORE experiments *"
2424
echo "**************************************************************"
2525
pushd mife-experiments
26-
echo "CLT $small 4 18"
27-
./run-ore.sh CLT $small 4 18
26+
echo "CLT $small 4 18 1"
27+
./run-ore.sh CLT $small 4 18 1
2828
du -h
2929
./clean.sh
30-
echo "CLT $small 4 21"
31-
./run-ore.sh CLT $small 4 21
30+
echo "CLT $small 4 21 1"
31+
./run-ore.sh CLT $small 4 21 1
3232
du -h
3333
./clean.sh
34-
echo "GGH $small 4 18"
35-
./run-ore.sh GGH $small 4 18
34+
echo "GGH $small 4 18 1"
35+
./run-ore.sh GGH $small 4 18 1
3636
du -h
3737
./clean.sh
38-
echo "GGH $small 4 21"
39-
./run-ore.sh GGH $small 4 21
38+
echo "GGH $small 4 21 1"
39+
./run-ore.sh GGH $small 4 21 1
4040
du -h
4141
./clean.sh
42-
echo "CLT $big 4 18"
43-
./run-ore.sh CLT $big 4 18
42+
echo "CLT $big 4 18 1"
43+
./run-ore.sh CLT $big 4 18 1
4444
du -h
4545
./clean.sh
46-
echo "CLT $big 4 21"
47-
./run-ore.sh CLT $big 4 21
46+
echo "CLT $big 4 21 1"
47+
./run-ore.sh CLT $big 4 21 1
4848
du -h
4949
./clean.sh
50-
echo "GGH $big 4 18"
51-
./run-ore.sh GGH $big 4 18
50+
echo "GGH $big 4 18 0"
51+
./run-ore.sh GGH $big 4 18 0
5252
du -h
5353
./clean.sh
54-
echo "GGH $big 5 19"
55-
./run-ore.sh GGH $big 5 19
54+
echo "GGH $big 5 19 0"
55+
./run-ore.sh GGH $big 5 19 0
5656
du -h
5757
./clean.sh
5858
popd
@@ -62,20 +62,20 @@ echo "**************************************************************"
6262
echo "* Running 3DNF experiments *"
6363
echo "**************************************************************"
6464
pushd mife-experiments
65-
echo "CLT $small 4 16"
66-
./run-3dnf.sh CLT $small 4 16
65+
echo "CLT $small 4 16 1"
66+
./run-3dnf.sh CLT $small 4 16 1
6767
du -h
6868
./clean.sh
69-
echo "CLT $big 4 16"
70-
./run-3dnf.sh CLT $big 4 16
69+
echo "CLT $big 4 16 1"
70+
./run-3dnf.sh CLT $big 4 16 1
7171
du -h
7272
./clean.sh
73-
echo "GGH $small 4 16"
74-
./run-3dnf.sh GGH $small 4 16
73+
echo "GGH $small 4 16 0"
74+
./run-3dnf.sh GGH $small 4 16 0
7575
du -h
7676
./clean.sh
77-
echo "GGH $big 4 16"
78-
./run-3dnf.sh GGH $big 4 16
77+
echo "GGH $big 4 16 0"
78+
./run-3dnf.sh GGH $big 4 16 0
7979
du -h
8080
./clean.sh
8181
popd

0 commit comments

Comments
 (0)