An error occurred while fetching participants.
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Tested under "develop" branch
mesh is ok:
mpirun -np 5 checkMesh -parallel -latestTime
Seems to be startup issue.
The problem seem to be with redistributePar with decompose mode.
If I use decomposePar utility instead, the job completes successfully.
Also, redistributePar in decompose mode reports failure when FOAM_SIGFPE is set.
mentioned in commit 735e862f068bbad1285115f4a7e048770ed44990
Fixed in develop. The mapping inside redistributePar does not have a valid internal field as in reconstructPar. So it needs to do mapping instead of re-evaluation.
It works now. Thanks.
Status changed to closed