You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CPAC/resources/configs/pipeline_config_rbc-options.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,15 @@ pipeline_setup:
13
13
# Name for this pipeline configuration - useful for identification.
14
14
pipeline_name: RBC.options
15
15
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.
0 commit comments