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 d5d42b3c09 - Show all commits

View File

@@ -18,6 +18,9 @@ let
# Generate the complete configuration for each unit
genConf = with bsc; c: targetMachine.config // rec {
expName = "nbody.test";
unitName = "${expName}.nb-${toString nblocks}";
inherit (machineConfig) hw;
# nbody options
particles = 1024 * 64;