@@ -741,14 +741,16 @@ pseudo-random number generator.
741741
742742 *Default *: 1
743743
744- --------------------
745- ``<stride> `` Element
746- --------------------
747-
748- The ``stride `` element is used to specify how many random numbers are allocated
749- for each source particle history.
744+ -----------------------------------
745+ ``<shared_secondary_bank> `` Element
746+ -----------------------------------
750747
751- *Default *: 152,917
748+ The ``shared_secondary_bank `` element indicates whether to use a shared
749+ secondary particle bank. When enabled, secondary particles are collected into
750+ a global bank, sorted for reproducibility, and load-balanced across MPI ranks
751+ between generations. If not specified, the shared secondary bank is enabled
752+ automatically for fixed-source simulations with weight windows active, and
753+ disabled otherwise.
752754
753755.. _source_element :
754756
@@ -1156,23 +1158,6 @@ based on constraints.
11561158
11571159 *Default *: 0.05
11581160
1159- -------------------------
1160- ``<state_point> `` Element
1161- -------------------------
1162-
1163- The ``<state_point> `` element indicates at what batches a state point file
1164- should be written. A state point file can be used to restart a run or to get
1165- tally results at any batch. The default behavior when using this tag is to
1166- write out the source bank in the state_point file. This behavior can be
1167- customized by using the ``<source_point> `` element. This element has the
1168- following attributes/sub-elements:
1169-
1170- :batches:
1171- A list of integers separated by spaces indicating at what batches a state
1172- point file should be written.
1173-
1174- *Default *: Last batch only
1175-
11761161--------------------------
11771162``<source_point> `` Element
11781163--------------------------
@@ -1222,6 +1207,32 @@ attributes/sub-elements:
12221207
12231208 *Default *: false
12241209
1210+ -------------------------
1211+ ``<state_point> `` Element
1212+ -------------------------
1213+
1214+ The ``<state_point> `` element indicates at what batches a state point file
1215+ should be written. A state point file can be used to restart a run or to get
1216+ tally results at any batch. The default behavior when using this tag is to
1217+ write out the source bank in the state_point file. This behavior can be
1218+ customized by using the ``<source_point> `` element. This element has the
1219+ following attributes/sub-elements:
1220+
1221+ :batches:
1222+ A list of integers separated by spaces indicating at what batches a state
1223+ point file should be written.
1224+
1225+ *Default *: Last batch only
1226+
1227+ --------------------
1228+ ``<stride> `` Element
1229+ --------------------
1230+
1231+ The ``stride `` element is used to specify how many random numbers are allocated
1232+ for each source particle history.
1233+
1234+ *Default *: 152,917
1235+
12251236------------------------------
12261237``<surf_source_read> `` Element
12271238------------------------------
0 commit comments