File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ len=100000000
4
4
path=$( pwd)
5
5
# Taylor HPX parallel algorithms
6
6
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
11
11
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
16
16
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
21
21
22
22
for i in {42..1}
23
23
do
You can’t perform that action at this time.
0 commit comments