diff --git a/Outputs/Node_flops.png b/Outputs/Node_flops.png index 4233d073264daa1bdb72e7e578b5ac9ea43a5976..71c3f02b2e495c29daf8bf609c2b28bcafa32b1e 100644 Binary files a/Outputs/Node_flops.png and b/Outputs/Node_flops.png differ diff --git a/Outputs/plot_node_flops.py b/Outputs/plot_node_flops.py index 844126f54ba4e71cf2a7416db729be206a5fc826..6039b5b2f539d6460d46d9fc1f43de620c903bff 100755 --- a/Outputs/plot_node_flops.py +++ b/Outputs/plot_node_flops.py @@ -38,7 +38,7 @@ for i in range(0,3): res.append( GFlops_ms/float(list2[6*i+18*j+5].split()[-5])) rect0 = ax.bar(ind + 0.3*i, res0, width, color=col[2*i],label='MPI-cuBLAS(2 GPUs/node)'+ nm[i]) rect = ax.bar(ind + 0.3*i+0.15, res, width, color=col[2*i+1],label='MPI-OpenMP(20 threads/node)'+ nm[i]) -ax.set_ylabel('GFLOPS/(s*nodes)') +ax.set_ylabel('GFLOPS/s') ax.set_xlabel('Nodes') ax.set_xticks(ind) ax.set_xticklabels(nodes)#rotation = (60))