aurora-multiphysics / hippo

hippo is an integration of OpenFOAM and MOOSE to enable thermohydraulic simulations
GNU General Public License v3.0
3 stars 0 forks source link

Fix error when running parallel test twice #13

Closed hsaunders1904 closed 1 month ago

hsaunders1904 commented 1 month ago

Summary

OpenFOAM complains when you try to run decomposePar on a case that is already decomposed. Which meant the parallel version of the 'simple_multiapp' test would fail the second time it is run. Add the '-force' flag to decomposePar to fix this.