Skip to content

Commit

Permalink
increase bank buffer for regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Jan 22, 2025
1 parent 3fbf6d4 commit 0b4d2fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/regression/c5g7_2d_k_eigenvalue/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def set_mat(mat):
)

# Setting
mcdc.setting(N_particle=2e1, census_bank_buff=3.0)
mcdc.setting(N_particle=2e1, census_bank_buff=3.0, source_bank_buff=2.0)
mcdc.eigenmode(N_inactive=1, N_active=2, gyration_radius="infinite-z")
mcdc.population_control()

Expand Down
2 changes: 1 addition & 1 deletion test/regression/inf_shem361_k_eigenvalue/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
)

# Setting
mcdc.setting(N_particle=1e2)
mcdc.setting(N_particle=1e2, source_bank_buff=2.0)
mcdc.eigenmode(N_inactive=1, N_active=2)
mcdc.population_control()

Expand Down
2 changes: 1 addition & 1 deletion test/regression/kornreich/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
mcdc.tally.mesh_tally(scores=scores, x=x)

# Setting
mcdc.setting(N_particle=100, progress_bar=False, census_bank_buff=2.0)
mcdc.setting(N_particle=100, progress_bar=False, census_bank_buff=2.0, source_bank_buff=2.0)
mcdc.eigenmode(N_inactive=1, N_active=2, gyration_radius="only-x")

# Run
Expand Down

0 comments on commit 0b4d2fd

Please sign in to comment.