View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002739 | OpenFOAM | Bug | public | 2017-10-26 11:11 | 2017-10-27 12:11 |
Reporter | sushpa | Assigned To | henry | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Unix | OS | Other | OS Version | (please specify) |
Product Version | dev | ||||
Summary | 0002739: runTime.path() incorrect when using collated fileHandler | ||||
Description | runTime.path() is <caseFolder>/processor0 (instead of <caseFolder>/processors) when running with -parallel -fileHandler collated. At least in the *EngineFoam solvers. | ||||
Steps To Reproduce | Readily reproducible in the *EngineFoam solvers. Most notably the logSummary.*.dat cannot be created due to this issue (and actually the solver silently continues). e.g. tutorial freePiston in coldEngineFoam $ decomposePar -fileHandler collated $ mpirun -np 4 coldEngineFoam -parallel -fileHandler collated No logSummary is created. | ||||
Additional Information | Printing runTime.path() from startSummary.H: <caseFolder>/processor0 whereas one might expect <caseFolder>/processors. processor0 is not present. So: $ mkdir processor0 $ mpirun -np 4 coldEngineFoam -parallel -fileHandler collated And logSummary.0.dat is created and has everything as expected. OpenFOAM-dev d7723455c. | ||||
Tags | Collated | ||||
|
Correction: processor0 is only reported on the first rank, each rank reports runTime.path() as processor<rank> as in the uncollated behaviour. |
|
Resolved in OpenFOAM-5.x by commit b34c3234353da3ebcf77194f548bffa6ef4c906d Resolved in OpenFOAM-dev by commit 3ad3db0c86fc99ba2dbcbb3e1785a737cb6eda4e |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-10-26 11:11 | sushpa | New Issue | |
2017-10-26 11:11 | sushpa | Tag Attached: Collated | |
2017-10-26 11:50 | sushpa | Note Added: 0008943 | |
2017-10-27 12:11 | henry | Assigned To | => henry |
2017-10-27 12:11 | henry | Status | new => resolved |
2017-10-27 12:11 | henry | Resolution | open => fixed |
2017-10-27 12:11 | henry | Fixed in Version | => 5.x |
2017-10-27 12:11 | henry | Note Added: 0008945 |