Skip to content

Commit

Permalink
Show perfect speedup in OpenMP plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Germroth committed Jul 21, 2013
1 parent d76b770 commit 744e108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/numeric/odeint/performance/openmp/osc_chain_speedup.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plot \
"osc_chain_speedup-short.dat" i 0 u "block":"gcc-t-mul" w lp t "gcc (simple)", \
"osc_chain_speedup-short.dat" i 0 u "block":"icc-s-mul" w lp t "icc (split)" , \
"osc_chain_speedup-short.dat" i 0 u "block":"icc-t-mul" w lp t "icc (simple)", \
4 lc 0 lt 0 t "target"
(x < 4 ? x : 4) lc 0 lt 0 t "target"

unset key

Expand All @@ -29,7 +29,7 @@ plot \
"osc_chain_speedup-long.dat" i 0 u "block":"gcc-t-mul" w lp, \
"osc_chain_speedup-long.dat" i 0 u "block":"icc-s-mul" w lp, \
"osc_chain_speedup-long.dat" i 0 u "block":"icc-t-mul" w lp, \
4 lc 0 lt 0
(x < 4 ? x : 4) lc 0 lt 0

set yrange [0:*]

Expand Down

0 comments on commit 744e108

Please sign in to comment.