Skip to content
Snippets Groups Projects
Commit 851cf11c authored by mattijs's avatar mattijs
Browse files

BUG: iglooWithFridges: consistent collated handling. Fixes #2194.

parent d5fd97d9
No related branches found
No related tags found
No related merge requests found
...@@ -29,15 +29,17 @@ then ...@@ -29,15 +29,17 @@ then
runParallel snappyHexMesh -overwrite -fileHandler collated runParallel snappyHexMesh -overwrite -fileHandler collated
## Remove any include files from the field dictionaries ## Remove any include files from the field dictionaries
( mkdir -p processors/0 && \ ( mkdir -p processors2/0 && \
cd 0 && \ cd 0 && \
for f in *; do [ -f "$f" ] && \ for f in *; do [ -f "$f" ] && \
foamDictionary "$f" > "../processors/0/$f"; done \ foamDictionary "$f" > "../processors2/0/$f"; done \
) )
runParallel $(getApplication) -fileHandler collated 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 runApplication reconstructPar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment