Skip to content

Commit

Permalink
Remove copy of test that ran with threads
Browse files Browse the repository at this point in the history
(refs idaholab#13906)

The test removed isn't needed, it is executed with threads by the test system
  • Loading branch information
aeslaughter committed Nov 25, 2019
1 parent 21b8e79 commit 1b8b2be
Showing 1 changed file with 7 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,19 @@
design = '/RandomIC.md'

[generate]
requirement = 'The system shall generate parallel agnostic random initial conditions using a '
'distribution object'

[test]
type = 'CSVDiff'
input = 'random_ic_distribution_test.i'
csvdiff = 'random_ic_distribution_test_initial_histo_0000.csv'
mesh_mode = 'replicated' # sensitive to difference in partitioning

detail = 'without and'
[]
[threaded]
type = 'CSVDiff'
input = 'random_ic_distribution_test.i'
csvdiff = 'random_ic_distribution_test_initial_histo_0000.csv'
prereq = 'generate/test'
min_threads = 2
mesh_mode = 'replicated' # sensitive to difference in partitioning

detail = 'with threading.'
[]
type = 'CSVDiff'
input = 'random_ic_distribution_test.i'
csvdiff = 'random_ic_distribution_test_initial_histo_0000.csv'
mesh_mode = 'replicated' # sensitive to difference in partitioning

requirement = 'The system shall generate parallel agnostic random initial conditions using a '
'distribution function.'
[]
[test_err_distribution_and_min_max]
type = 'RunException'
input = 'random_ic_distribution_test.i'
cli_args = 'ICs/u_aux/min=0 ICs/u_aux/max=1'
prereq = 'generate/threaded'
prereq = 'generate'
expect_err = "Cannot use together with 'min' or 'max' parameter"

requirement = 'The system shall generate an error the random initial condition is used with both '
Expand Down

0 comments on commit 1b8b2be

Please sign in to comment.