View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004176 | OpenFOAM | Bug | public | 2024-11-12 11:37 | 2024-11-12 15:50 |
Reporter | michael.mueller-wrd | Assigned To | will | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Other | OS Version | (please specify) |
Product Version | 12 | ||||
Fixed in Version | 12 | ||||
Summary | 0004176: reconstructPar crashes when NCC is done in parallel and fileHandler is collated | ||||
Description | reconstructPar 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 Reproduce | 1. 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 | ||||
Tags | No tags attached. | ||||
|
Thanks for the report. Fixed in dev and in v12: https://github.com/OpenFOAM/OpenFOAM-dev/commit/52d2de287f1f7675eb503665585ceb306d1c6464 https://github.com/OpenFOAM/OpenFOAM-12/commit/f2360fda09cc0a0c6b2f064f06842b04dcd1fd4c |
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 |