View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002667 | OpenFOAM | Bug | public | 2017-08-16 20:30 | 2017-08-17 14:55 |
Reporter | ykanani | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | SUSE Linux | OS Version | (please specify) |
Summary | 0002667: purgeWrite does not work in the collated file format | ||||
Description | When the collated file format is used in the parallel simulations, the purgeWrite option does not work properly since it is trying to remove folder pathToCase/processor0/Timefolder instead of pathToCase/processors/Timefolder The warning is: --> FOAM Warning : From function bool Foam::rmDir(const Foam::fileName&) in file POSIX.C at line 1027 stating that it cannot open directory [pathTocase]/processor0/0.3 | ||||
Steps To Reproduce | -setting collated file format in controlDict of the cavity case: OptimisationSwitches { fileHandler collated; maxThreadFileBufferSize 0; } -setting purgeWrite to 2 -run in parallel | ||||
Tags | Collated, Parallel I/O | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-08-16 20:30 | ykanani | New Issue | |
2017-08-16 20:30 | ykanani | Tag Attached: Collated | |
2017-08-16 20:30 | ykanani | Tag Attached: Parallel I/O | |
2017-08-17 14:55 | henry | Assigned To | => henry |
2017-08-17 14:55 | henry | Status | new => resolved |
2017-08-17 14:55 | henry | Resolution | open => fixed |
2017-08-17 14:55 | henry | Fixed in Version | => 5.x |
2017-08-17 14:55 | henry | Note Added: 0008599 |