hpcg: add weakscaling over some nblocks to check which axis is better

This commit is contained in:
Raúl Peñacoba
2021-03-26 16:20:04 +01:00
committed by Rodrigo Arias Mallo
parent 1a6075a2b1
commit b60a46b683
5 changed files with 240 additions and 9 deletions

View File

@@ -38,9 +38,13 @@ in
};
hpcg = with exp.hpcg; {
# /nix/store/8dr191vch1nw7vfz8nj36d5nhwnbdnf3-plot
ossGranularity = stdPlot ./hpcg/oss.granularity.R [ ossGranularity ];
ossScalability = stdPlot ./hpcg/oss.scalability.R [ ossScalability ];
# slices = stdPlot ./hpcg/oss.R [ slices ];
# ossScalability = stdPlot ./hpcg/oss.scalability.R [ ossScalability ];
# /nix/store/a3x76fbnfbacn2xhz3q65fklfp0qbb6p-plot
ossWeakscalingPerAxisPerBlock = stdPlot ./hpcg/oss.slices.weakscaling.R [ ossSlicesWeakscaling ];
};
saiph = with exp.saiph; {