diff --git a/Outputs/OpenMP_version_speedup.png b/Outputs/OpenMP_version_speedup.png index 34e4c6012c9dd6999734818228394d352f547908..683ea2413ff7102045b10e7708b1ab8d33a0b49a 100644 Binary files a/Outputs/OpenMP_version_speedup.png and b/Outputs/OpenMP_version_speedup.png differ diff --git a/Outputs/plot_openmp_speedup.py b/Outputs/plot_openmp_speedup.py index 22f60c23559567ce7dbd4387f86b775cd2e456ab..51f885a6c033535f8af05017aa7df147752f40cb 100755 --- a/Outputs/plot_openmp_speedup.py +++ b/Outputs/plot_openmp_speedup.py @@ -42,9 +42,12 @@ for i in range(0,3): y = plt.plot(cores,cores, color='r',label='Linear Speedup') pl.set_ylabel('Speedup') pl.set_xlabel('Cores') +pl.set_xlim([1,40]) +pl.set_ylim([1,40]) #ax.set_xticks(ind + width / 2) -pl.set_xticklabels(cores)#rotation = (60)) +#pl.set_xticklabels(cores)#rotation = (60)) #autolabel(rect) + pl.set_title( "OpenMP Benchmark" ) pl.legend(prop={'size':10},loc=2) plt.savefig('OpenMP_version_speedup.png', bbox_inches='tight') diff --git a/User_Guide.pdf b/User_Guide.pdf index 2d85feb9f2f8ee542789513a8b9a2d55401f5974..4a3022a156069e70729602d2a1e0e58b888c9553 100755 Binary files a/User_Guide.pdf and b/User_Guide.pdf differ diff --git a/presentation.pdf b/presentation.pdf index c8db7419dd0747b7a9c6edf58de68f84803487fe..d5868e3ae43cec35046666e7ec373f6324e73f6d 100755 Binary files a/presentation.pdf and b/presentation.pdf differ