Lines Matching full:in
35 for line in fileinput.input(files):
37 if 'Running the tests using a total of' in line:
46 elif 'tasks per node' in line:
54 elif "CEED Benchmark Problem" in line:
61 data['case'] = 'scalar' if (('Problem 1' in line) or ('Problem 3' in line)
62 or ('Problem 5' in line)) else 'vector'
63 elif "Hostname" in line:
65 elif "Total ranks" in line:
67 elif "Ranks per compute node" in line:
70 elif 'libCEED Backend MemType' in line:
72 elif 'libCEED Backend' in line:
75 elif 'Basis Nodes' in line:
78 elif 'Quadrature Points' in line:
81 elif 'Global nodes' in line:
85 elif 'Global DOFs' in line: # Legacy
88 elif 'Local Elements' in line:
91 elif 'DoF per node' in line:
94 elif 'Total KSP Iterations' in line:
96 elif 'CG Solve Time' in line:
100 elif 'DoFs/Sec in CG' in line or 'DOFs/Sec in CG' in line: