View Issue Details

IDProjectCategoryView StatusLast Update
0004176OpenFOAMBugpublic2024-11-12 15:50
Reportermichael.mueller-wrd Assigned Towill  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Version12 
Fixed in Version12 
Summary0004176: reconstructPar crashes when NCC is done in parallel and fileHandler is collated
DescriptionreconstructPar crashes when createNonConformalCouples is done in parallel and '-fileHandler collated' is used.
Tested also with multiRegion/CHT/misalignedDuct modified to run in parallel, see below.
Steps To Reproduce1. Modify multiRegion/CHT/misalignedDuct tutorial to run it in parallel -> runs fine

# stitchParallel uncollated
runApplication decomposePar -allRegions -copyZero -cellProc
runParallel createNonConformalCouples -overwrite
runParallel foamMultiRun
runApplication reconstructPar -allRegions

2. Modify multiRegion/CHT/misalignedDuct tutorial to run it in parallel with collated -> crash

# stitchParallel collated
runApplication decomposePar -allRegions -copyZero -cellProc -fileHandler collated
runParallel createNonConformalCouples -overwrite -fileHandler collated
runParallel foamMultiRun -fileHandler collated
runApplication reconstructPar -allRegions -fileHandler collated
TagsNo tags attached.

Issue History

Date Modified Username Field Change
2024-11-12 11:37 michael.mueller-wrd New Issue
2024-11-12 15:50 will Assigned To => will
2024-11-12 15:50 will Status new => resolved
2024-11-12 15:50 will Resolution open => fixed
2024-11-12 15:50 will Fixed in Version => 12
2024-11-12 15:50 will Note Added: 0013460