forked from rarias/bscpkgs
hpcg: add weakscaling over some nblocks to check which axis is better
This commit is contained in:
@@ -19,9 +19,22 @@ let
|
||||
{ x = 8; y = 1; z = 1; }
|
||||
{ x = 16; y = 1; z = 1; }
|
||||
{ x = 32; y = 1; z = 1; }
|
||||
|
||||
{ x = 1; y = 2; z = 1; }
|
||||
{ x = 1; y = 4; z = 1; }
|
||||
{ x = 1; y = 8; z = 1; }
|
||||
{ x = 1; y = 16; z = 1; }
|
||||
{ x = 1; y = 32; z = 1; }
|
||||
|
||||
{ x = 1; y = 1; z = 2; }
|
||||
{ x = 1; y = 1; z = 4; }
|
||||
{ x = 1; y = 1; z = 8; }
|
||||
{ x = 1; y = 1; z = 16; }
|
||||
{ x = 1; y = 1; z = 32; }
|
||||
|
||||
];
|
||||
# nblocks = [ 12 24 48 96 192 384 768 1536 ];
|
||||
nblocks = [ 384 ];
|
||||
nblocks = [ 384 768 1536 ];
|
||||
ncommblocks = [ 1 ];
|
||||
# nodes = [ 1 ];
|
||||
# nodes = [ 1 2 4 8 16 ];
|
||||
@@ -40,7 +53,7 @@ let
|
||||
gitBranch = "garlic/tampi+isend+oss+task";
|
||||
|
||||
# Repeat the execution of each unit 30 times
|
||||
loops = 3;
|
||||
loops = 10;
|
||||
|
||||
disableAspectRatio = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user