diff --git a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/Allrun b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/Allrun index 6f45059aeb..7fc364f80e 100755 --- a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/Allrun +++ b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/Allrun @@ -29,15 +29,17 @@ then runParallel snappyHexMesh -overwrite -fileHandler collated ## Remove any include files from the field dictionaries - ( mkdir -p processors/0 && \ + ( mkdir -p processors2/0 && \ cd 0 && \ for f in *; do [ -f "$f" ] && \ - foamDictionary "$f" > "../processors/0/$f"; done \ + foamDictionary "$f" > "../processors2/0/$f"; done \ ) runParallel $(getApplication) -fileHandler collated - runApplication reconstructParMesh -constant + ## Run reconstructParMesh with collated as well since writes + ## constant/polyMesh/cellProcAddressing + runApplication reconstructParMesh -constant -fileHandler collated runApplication reconstructPar