Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit cb4d27aefb - Show all commits

View File

@@ -12,9 +12,9 @@ let
# Initial variable configuration
varConf = {
input = [
{ nodes=1 ; nprocz=2 ; granul=256; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=128; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=64; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=37; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=32; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=16; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul= 9; time= "02:00:00"; }

View File

@@ -12,9 +12,9 @@ let
# Initial variable configuration
varConf = {
input = [
{ nodes=2 ; nprocz=4 ; granul=256; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=128; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=64; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=37; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=32; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=16; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul= 9; time= "02:00:00"; }

View File

@@ -12,8 +12,8 @@ let
# Initial variable configuration
varConf = {
input = [
{ nodes=4 ; nprocz=8 ; granul=128; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul=64; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul=37; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul=32; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul=16; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul= 9; time= "02:00:00"; }