forked from rarias/bscpkgs
stdexp: add result and timetable targets
These targets allow one experiment to directly refer to another experiment results, thus a dependency chain can be formed to ensure execution order. It also simplifies the dataset definition, as they can be automatically fetched from the experiment directly.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
# Load some helper functions to generate app variants
|
||||
|
||||
stdexp = callPackage ./stdexp.nix {
|
||||
inherit (bsc.garlic) targetMachine stages;
|
||||
inherit (bsc.garlic) targetMachine stages pp;
|
||||
};
|
||||
|
||||
# Execution stages
|
||||
|
||||
Reference in New Issue
Block a user