Skip to content

Commit be278e5

Browse files
committed
Benchmark cleanup related to #56
1 parent daf6b33 commit be278e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benchmark/mpblas/go.Rsyrk.sh

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ else
88
LDPATHPREFIX="LD_LIBRARY_PATH=%%PREFIX%%/lib:$LD_LIBRARY_PATH"
99
fi
1010

11+
env $LDPATHPREFIX timeout $TIMEOUT ./dsyrk_ref -STEP 7 -TOTALSTEPS 714 -LOOPS 3 >& log.dsyrk.ref
12+
env $LDPATHPREFIX timeout $TIMEOUT ./dsyrk_openblas -STEP 7 -TOTALSTEPS 714 -LOOPS 3 >& log.dsyrk.openblas
13+
1114
####
1215
MPLIBS="_Float64x dd double _Float128"
1316

0 commit comments

Comments
 (0)