Lines Matching full:s
19 draw_iter_lines = 0 # draw the "iter/s" lines?
20 ymin_iter_lines = 3e5 # minimal y value for the "iter/s" lines
21 ymax_iter_lines = 8e8 # maximal y value for the "iter/s" lines
88 print('backend: %s, compute nodes: %i, number of MPI tasks = %i' % (
140 plot(d[:, 0], d[:, 2], 's--', color=colors[i],
143 plot(d[:, 0], d[:, 1], 's--', color=colors[i])
152 plot(y / slope1, y, 'k--', label='%g iter/s' % (slope1 / vdim))
153 plot(y / slope2, y, 'k-', label='%g iter/s' % (slope2 / vdim))
156 title(r'%i node%s $\times$ %i ranks, %s, %s, %s' % (
157 num_nodes, '' if num_nodes == 1 else 's',
182 print('\nsaving figure --> %s' % pdf_file)