Skip to content

Commit

Permalink
removed the energy from the default sort of the parsed results
Browse files Browse the repository at this point in the history
  • Loading branch information
Tareq Malas committed Oct 13, 2014
1 parent 262ada7 commit a77f7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
print('Rejected the file: '+ f)


cols_order = ['Stencil Kernel semi-bandwidth', 'Stencil Kernel coefficients', 'Time stepper orig name', 'Thread group size', 'OpenMP Threads', 'Global NX', 'MStencil/s MAX', 'Energy', 'Energy DRAM', 'Power', 'Power DRAM', 'Intra-diamond width']
cols_order = ['Stencil Kernel semi-bandwidth', 'Stencil Kernel coefficients', 'Time stepper orig name', 'Thread group size', 'OpenMP Threads', 'Global NX', 'MStencil/s MAX', 'Intra-diamond width']
fields = sort_cols(all_fields, cols_order)

data = sorted(data, key=itemgetter('Stencil Kernel semi-bandwidth', 'Stencil Kernel coefficients', 'Time stepper orig name', 'Thread group size', 'OpenMP Threads', 'MPI size', 'Global NX'))
Expand Down

0 comments on commit a77f7d1

Please sign in to comment.