![]() |
Peano
|
Go to the source code of this file.
Namespaces | |
create-plots | |
Functions | |
def | create-plots.filter_file (filename) |
def | create-plots.get_shared_memory_file_name (cores, d, h, flops) |
def | create-plots.get_distributed_memory_file_name (nodes, d, h, flops) |
def | create-plots.filter_shared_memory () |
def | create-plots.parse_file (filename) |
return a tuple of new entry plus max cells. More... | |
def | create-plots.normalise_raw_times (time_data, max_cells) |
Divides each entry through max number of cells and iterations. More... | |
def | create-plots.plot_shared_memory () |
Variables | |
list | create-plots.D = [2,3] |
list | create-plots.H = [ 0.5, 0.2, 0.1, 0.05, 0.02, 0.01, 0.005, 0.002, 0.001 ] |
list | create-plots.Flops = [ 1, 100, 10000, 1000000 ] |
list | create-plots.Color = [ "#ff0000", "#00ff00", "#0000ff", "#a0a000", "#a000a0", "#00a0a0", "#998899", "#aa8888", "#88aa88", "#8888aa" ] |
int | create-plots.BenchmarkIterations = 20 |