Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 308673f7f6 - Show all commits

View File

@@ -12,7 +12,7 @@ let
# Initial variable configuration
varConf = with bsc; {
# We need at least cpusPerNode blocks
nblocks = [ 32 64 128 256 ];
nblocks = [ 4 8 16 32 64 128 256 512 ];
};
machineConfig = targetMachine.config;