Closed hsaunders1904 closed 1 month ago
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.
decomposePar
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 todecomposePar
to fix this.