From bfc32ef4b7c879a9a0c20c8d62b1f568900af15a Mon Sep 17 00:00:00 2001 From: Pedro Martinez Date: Mon, 22 Mar 2021 12:37:42 +0100 Subject: [PATCH] creams: readjust granularity for strong scalability --- garlic/exp/creams/ss+hybrid.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/garlic/exp/creams/ss+hybrid.nix b/garlic/exp/creams/ss+hybrid.nix index c78376b..26e1293 100644 --- a/garlic/exp/creams/ss+hybrid.nix +++ b/garlic/exp/creams/ss+hybrid.nix @@ -12,9 +12,9 @@ let # Initial variable configuration varConf = { input = [ - { nodes=1 ; nprocz=2 ; granul=37; time= "02:00:00"; } - { nodes=2 ; nprocz=4 ; granul=19; time= "02:00:00"; } - { nodes=4 ; nprocz=8 ; granul=10; time= "02:00:00"; } + { nodes=1 ; nprocz=2 ; granul=16; time= "02:00:00"; } + { nodes=2 ; nprocz=4 ; granul=16; time= "02:00:00"; } + { nodes=4 ; nprocz=8 ; granul=9 ; time= "02:00:00"; } { nodes=8 ; nprocz=16; granul=9 ; time= "02:00:00"; } { nodes=16; nprocz=32; granul=9 ; time= "02:00:00"; } ];