Merge bscpkgs into jungle #189

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

View File

@@ -75,9 +75,9 @@ let
};
# Compute the array of configurations
configs = stdexp.buildConfigs {
configs = unique (stdexp.buildConfigs {
inherit varConf genConf;
};
});
# Custom srun stage to copy the creams input dataset
customSrun = {nextStage, conf, ...}:

View File

@@ -75,9 +75,9 @@ let
};
# Compute the array of configurations
configs = stdexp.buildConfigs {
configs = unique (stdexp.buildConfigs {
inherit varConf genConf;
};
});
# Custom srun stage to copy the creams input dataset
customSrun = {nextStage, conf, ...}: