Skip to content

Commit

Permalink
Merge pull request #13 from aurora-multiphysics/hsaunders1904/fix_par…
Browse files Browse the repository at this point in the history
…allel_test_when_run_twice

Fix error when running parallel test twice
  • Loading branch information
hsaunders1904 committed Sep 13, 2024
2 parents 3bf5931 + 966bc6a commit d42f1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/simple_multiapp/par/tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[temperature_set_on_openfoam_boundary_in_parallel]
[run]
type = RunCommand
command = '(cd buoyantCavity && decomposePar) && ./run.sh ../../../../hippo-opt'
command = '(cd buoyantCavity && decomposePar -force) && ./run.sh ../../../../hippo-opt'
[]
[verify]
type = PythonUnitTest
Expand Down

0 comments on commit d42f1bc

Please sign in to comment.