Ignore:
Timestamp:
Jul 11, 2014, 6:07:47 PM (10 years ago)
Author:
meunier
Message:
  • Updating tsar_generic_xbar topcell so that the -NCYCLES option be considered even when debug is deactivated
  • Updating the simulation scripts to reflect benchmarks evolutions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_xbar/scripts/create_graphs.py

    r706 r749  
    77
    88
    9 apps = [ 'histogram', 'mandel', 'filter', 'radix_ga', 'fft_ga', 'kmeans' ]
     9apps = [ 'histogram', 'mandel', 'filter', 'radix', 'radix_ga', 'fft', 'fft_ga', 'filt_ga', 'kmeans', 'pca', 'lu' ]
    1010nb_procs = [ 1, 4, 8, 16, 32, 64, 128, 256 ]
    1111
     
    8282      for line in lines:
    8383         tokens = line[:-1].split()
    84          if len(tokens) > 0 and tokens[0] == "[ELAPSED2]":
     84         if len(tokens) > 0 and tokens[0] == "[PARALLEL_COMPUTE]":
    8585            exec_time[app][i] = int(tokens[len(tokens) - 1])
    8686
     
    139139
    140140for app in apps:
    141    
    142141   data_coherence_name = os.path.join(scripts_path, gen_dir, app + '_coherence.dat')
    143142   gp_coherence_name   = os.path.join(scripts_path, gen_dir, app + '_coherence.gp')
Note: See TracChangeset for help on using the changeset viewer.