Skip to content

Commit 6ce0403

Browse files
committed
Clean script
1 parent ebc2f35 commit 6ce0403

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

benchmark.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ len=100000000
44
path=$(pwd)
55
# Taylor HPX parallel algorithms
66

7-
#for i in {64..1}
8-
#do
9-
# ${path}/build/src/taylor_future ${len} 0.5 $i >> $1_taylor_future.csv
10-
#done
7+
for i in {64..1}
8+
do
9+
${path}/build/src/taylor_future ${len} 0.5 $i >> $1_taylor_future.csv
10+
done
1111

12-
#for i in {64..1}
13-
#do
14-
# srun ${path}/build/src/taylor_future_hpx ${len} 0.5 $i --hpx:threads=$i >> $1_taylor_future_hpx.csv
15-
#done
12+
for i in {64..1}
13+
do
14+
srun ${path}/build/src/taylor_future_hpx ${len} 0.5 $i --hpx:threads=$i >> $1_taylor_future_hpx.csv
15+
done
1616

17-
#for i in {64..1}
18-
#do
19-
# srun ${path}/build/src/taylor_par_hpx ${len} 0.5 --hpx:threads=$i >> $1_taylor_par_hpx.csv
20-
#done
17+
for i in {64..1}
18+
do
19+
srun ${path}/build/src/taylor_par_hpx ${len} 0.5 --hpx:threads=$i >> $1_taylor_par_hpx.csv
20+
done
2121

2222
for i in {42..1}
2323
do

0 commit comments

Comments
 (0)