forked from rarias/bscpkgs
creams: readjust granularity for strong scalability
This commit is contained in:
parent
cb4d27aefb
commit
bfc32ef4b7
@ -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"; }
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user