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 5eea48c5b0 - Show all commits

View File

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