From 52b7e93508658900267b8b1fec9778755eb88ea5 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 30 Mar 2017 15:12:18 -0500 Subject: [PATCH] Update masterplot.py fixed for hsw --- tacc_stats/analysis/plot/masterplot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tacc_stats/analysis/plot/masterplot.py b/tacc_stats/analysis/plot/masterplot.py index 0aa54972..9c085266 100644 --- a/tacc_stats/analysis/plot/masterplot.py +++ b/tacc_stats/analysis/plot/masterplot.py @@ -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,