Skip to content

Commit

Permalink
Enforce max_parralel = 1 since behavior is different for p>=2
Browse files Browse the repository at this point in the history
  • Loading branch information
simopier committed Oct 25, 2024
1 parent c49eb3a commit 2ae4585
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions test/tests/val-2c/tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
input = val-2c_immediate_injection.i
csvdiff = val-2c_immediate_injection_csv.csv
requirement = 'The system shall be able to model the Test Cell Release Experiment (val-2c) with immediate T2 injection.'
rel_err = 1e-4 # needed for - p2 tests
recover = false
max_parallel = 1 # see #200
recover = false # see #196
[]
[val-2c_immediate_injection_exodus]
type = Exodiff
Expand All @@ -17,16 +17,18 @@
exodiff = val-2c_immediate_injection_out.e
custom_cmp = 'val-2c_exodus.exodiff'
requirement = 'The system shall be able to model the Test Cell Release Experiment (val-2c) with immediate T2 injection and properly compute the exodus file.'
recover = false
max_parallel = 1 # see #200
recover = false # see #196
[]
[val-2c_delay_csv]
type = CSVDiff
input = val-2c_delay.i
csvdiff = val-2c_delay_csv.csv
requirement = 'The system shall be able to model the Test Cell Release Experiment (val-2c) with delayed T2 injection.'
abs_zero = 1e-8
rel_err = 1e-5 # needed for - p2 tests
recover = false
rel_err = 1e-5 # needed for -p 2 tests
max_parallel = 1 # see #200
recover = false # see #196
[]
[val-2c_delay_exodus]
type = Exodiff
Expand All @@ -36,7 +38,8 @@
exodiff = val-2c_delay_out.e
custom_cmp = 'val-2c_exodus.exodiff'
requirement = 'The system shall be able to model the Test Cell Release Experiment (val-2c) with delayed T2 injection and properly compute the exodus file.'
recover = false
max_parallel = 1 # see #200
recover = false # see #196
[]
[val-2c_delay_comparison]
type = RunCommand
Expand Down

0 comments on commit 2ae4585

Please sign in to comment.