Archived
1
0
forked from rarias/bscpkgs

nbody: add strong scaling experiment

This commit is contained in:
Antoni Navarro
2021-03-26 18:16:17 +01:00
committed by Rodrigo Arias Mallo
parent 58294d4467
commit 03298228e4
4 changed files with 122 additions and 24 deletions

View File

@@ -32,6 +32,7 @@ in
nbody = with exp.nbody; {
granularity = stdPlot ./nbody/granularity.R [ granularity ];
nodesorsockets = stdPlot ./nbody/nodes-or-sockets.R [ nodesorsockets ];
scaling = stdPlot ./nbody/scaling.R [ scaling ];
};
hpcg = with exp.hpcg; {