Skip to content

Commit 0cffbc2

Browse files
shnizzedygkiarmilham01
committed
🔧 Set random seed for RBC preconfig
Co-authored-by: Greg Kiar <[email protected]> Co-authored-by: Mike Milham <[email protected]>
1 parent 6daf6e4 commit 0cffbc2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CPAC/resources/configs/pipeline_config_rbc-options.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ pipeline_setup:
1313
# Name for this pipeline configuration - useful for identification.
1414
pipeline_name: RBC.options
1515

16+
system_config:
17+
18+
# Random seed used to fix the state of execution.
19+
# If unset, each process uses its own default.
20+
# If set, a `random.log` file will be generated logging the random seed and each node to which that seed was applied.
21+
# If set to a positive integer (up to 2147483647), that integer will be used to seed each process that accepts a random seed.
22+
# If set to 'random', a random positive integer (up to 2147483647) will be generated and that seed will be used to seed each process that accepts a random seed.
23+
random_seed: 77742777
24+
1625
output_directory:
1726
# Quality control outputs
1827
quality_control:

0 commit comments

Comments
 (0)