Skip to content

Commit

Permalink
Update masterplot.py
Browse files Browse the repository at this point in the history
fixed for hsw
  • Loading branch information
rtevans authored Mar 30, 2017
1 parent 2d1bb11 commit 52b7e93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tacc_stats/analysis/plot/masterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ class MasterPlot(Plot):
'lnet', 'lnet', 'ib_sw','ib_sw',
'intel_snb', 'intel_snb', 'intel_snb'] + linux_types,
'intel_hsw' : ['intel_hsw_imc', 'intel_hsw_imc', 'intel_hsw',
'lnet', 'lnet', 'ib_sw','ib_sw',
'intel_hsw', 'intel_hsw', 'intel_hsw'] + linux_types,
'lnet', 'lnet', 'ib_sw','ib_sw'] + linux_types,
'intel_ivb' : ['intel_ivb_imc', 'intel_ivb_imc', 'intel_ivb',
'lnet', 'lnet', 'ib_sw','ib_sw',
'intel_ivb', 'intel_ivb', 'intel_ivb'] + linux_types,
Expand Down

0 comments on commit 52b7e93

Please sign in to comment.