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 8ca8ed7 commit b0077e3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions test/tests/val-2c/tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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.'
recover = false
max_parallel = 1 # see #200
recover = false # see #196
[]
[val-2c_immediate_injection_exodus]
type = Exodiff
Expand All @@ -16,15 +17,17 @@
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
recover = false
max_parallel = 1 # see #200
recover = false # see #196
[]
[val-2c_delay_exodus]
type = Exodiff
Expand All @@ -34,7 +37,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 b0077e3

Please sign in to comment.