Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
- increase max_time
- use same discretization in restart
  • Loading branch information
GiudGiud committed Jan 24, 2025
1 parent 572ce2c commit 269f528
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
3 changes: 0 additions & 3 deletions microreactors/KRUSTY/hpc_tests
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
input = 'Multiphysics_15C_RIT/KRUSTY_Griffin_SN23_NA23_CMFD_TR.i'
cli_args = "mesh_file='../MESH/Griffin_mesh_coarse.e'
MultiApps/bison/cli_args='restart_cp_file=../Multiphysics_SS/KRUSTY_Griffin_SN23_NA23_CMFD_coarse_out_bison0_checkpoint_cp/LATEST'
TransportSystems/sn/NPolar=1
TransportSystems/sn/NAzmthl=3
TransportSystems/sn/NA=1
Executioner/end_time=${min_dt}"
csvdiff = 'Multiphysics_15C_RIT/KRUSTY_Griffin_SN23_NA23_CMFD_TR_out.csv'
executable_pattern = 'blue_crab*|dire_wolf*'
Expand Down
2 changes: 1 addition & 1 deletion microreactors/gcmr/assembly/steady_state/hpc_tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Executioner/set_sam_default_petsc_options=false"
# Need enough memory
min_parallel = 196
max_time = 3000
max_time = 36000
allow_unused = true
# Missing group cross section for energy deposition
allow_warnings = true
Expand Down
1 change: 0 additions & 1 deletion microreactors/gcmr/assembly/steady_state/tests
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
input = 'BISON.i'
executable_pattern = 'blue_crab*'
cli_args = "MultiApps/active='' Transfers/active=''"
#prereq = 'generate_mesh'
# Griffin in BlueCrab overrides material property output and emits a warning
# Can be removed at next BlueCrab update (with Griffin from Dec 2024)
allow_warnings = true
Expand Down
5 changes: 2 additions & 3 deletions microreactors/mrad/steady/hpc_tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
csvdiff = 'mrad_coupled_out.csv'
executable_pattern = 'dire_wolf*'
cli_args = "Executioner/richardson_max_its=2 Executioner/richardson_abs_tol=1e-1 Outputs/csv=true "
"Outputs/file_base=mrad_coupled_out Outputs/exodus=false MultiApps/bison/cli_args='Outputs/exodus=false'"
# To avoid running out of memory
mesh_mode = distributed
"Outputs/file_base=mrad_coupled_out Outputs/exodus=false MultiApps/bison/cli_args='Outputs/exodus=false' "
"--distributed-mesh"
min_parallel = 48
max_time = 1080
# Capillary limit for vertical heat pipes is not accurate; see https://hpcgitlab.hpc.inl.gov/idaholab/sockeye/-/issues/65
Expand Down
2 changes: 1 addition & 1 deletion msr/lotus/steady_state/hpc_tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Fuel temperature is out of bounds for MGXS
allow_warnings = true
min_parallel = 32
max_time = 2000
max_time = 36000
method = 'opt'
[]
[]

0 comments on commit 269f528

Please sign in to comment.