forked from rarias/bscpkgs
creams: make configurations unique
This commit is contained in:
parent
389d3f6310
commit
b900cb95f0
@ -75,9 +75,9 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Compute the array of configurations
|
# Compute the array of configurations
|
||||||
configs = stdexp.buildConfigs {
|
configs = unique (stdexp.buildConfigs {
|
||||||
inherit varConf genConf;
|
inherit varConf genConf;
|
||||||
};
|
});
|
||||||
|
|
||||||
# Custom srun stage to copy the creams input dataset
|
# Custom srun stage to copy the creams input dataset
|
||||||
customSrun = {nextStage, conf, ...}:
|
customSrun = {nextStage, conf, ...}:
|
||||||
|
@ -75,9 +75,9 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Compute the array of configurations
|
# Compute the array of configurations
|
||||||
configs = stdexp.buildConfigs {
|
configs = unique (stdexp.buildConfigs {
|
||||||
inherit varConf genConf;
|
inherit varConf genConf;
|
||||||
};
|
});
|
||||||
|
|
||||||
# Custom srun stage to copy the creams input dataset
|
# Custom srun stage to copy the creams input dataset
|
||||||
customSrun = {nextStage, conf, ...}:
|
customSrun = {nextStage, conf, ...}:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user