# The working directory should contain files 1_threads_cosma_stdout.txt - 64_threads_cosma_stdout.txt and 1_threads_knl_stdout.txt - 64_threads_knl_stdout.txt, i.e stdout for each run using a given number of threads
importsys
importnumpyasnp
importmatplotlib.pyplotasplt
threadListMax=[1,2,4,8,16,24,32,64,128,192,256]
skipToLine=(0,0,0)# Lines to skip before reading the wall clock times
fig.suptitle("Thread Speed Up, Parallel Efficiency and Time To Solution for {} Time Steps of Cosmo Volume\n Cmd Line: {}, Kernel: {}, Platform: {}".format(len(times[0][0][0]),cmdLine,kernel,platform))