Ignore:
Timestamp:
Aug 29, 2014, 12:05:16 PM (10 years ago)
Author:
cfuguet
Message:

reconfiguration/tsar_generic_iob: adding legend in plot with fault configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/scripts/run.py

    r782 r784  
    2929faultylist.append([(1,0,0), (1,0,2), (1,0,3),
    3030                   (1,1,1), (1,1,2), (1,1,3)])  # 2 faulty cluster
     31
     32faultynames = []
     33faultynames.append("0 faulty core")
     34faultynames.append("1 faulty core")
     35faultynames.append("2 faulty cores")
     36faultynames.append("1 faulty cluster")
     37faultynames.append("2 faulty clusters")
    3138
    3239# number of processors per cluster
     
    108115
    109116parse_ffstend(configs,
    110              len(faultylist),
     117             faultynames,
    111118             os.path.join(basedir, 'conf'),
    112119             os.path.join(statsdir, 'ffst_stats.dat'))
Note: See TracChangeset for help on using the changeset viewer.