# gnuplot - parallel speed of spinpack (scaling) # idx0 # ToDo: also test num_threads > num_cores # set term png; set output "speed.png" # set term postscript monochrome # set term postscript color solid # -P C_103 set title "parallel speed (HNZsize/time) of spinpack parts, v2.26 Oct2007" # HNZ/time is more size independent than n1/time for SH set key right bottom Left set logscale xy set xtics 2 # 2**n set ytics 1000,2 set format y "%.1e" # one digget behind the commata + 5chars 1.xE+00 set format y "%6.0f" # set xlabel "threads" set ylabel "speed [1/s]" n1u8 =482e3/60. # n1 for nu=8 n1u10=5.3e6/60. n1u12= 35e6/60. h_u8 =n1u8 *27.0 # hnz for nu=8 h_u10=n1u10*31.7 h_u12=n1u12*34.3 # 1=+ 2=x 3=* 4=square # 1=red 2=green 3=blue 4=indigo # with