View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001366 | OpenFOAM | Bug | public | 2014-07-31 14:23 | 2014-08-04 11:42 |
Reporter | billie | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | random |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 13.10 |
Summary | 0001366: Simulation aborts - Looking for fvSolution in processor subdirectory | ||||
Description | Sometimes for simulations with a long runtime the simulation aborts with the following MPI error: -------------------------------------------------------------------------- [0] [0] [0] --> FOAM FATAL IO ERROR: [0] cannot open file [0] [0] file: /home/openfoam/OpenFOAM/projects/welle_validation/02_workbench_w_groove/transient/processor0/system/fvSolution at line 0. [0] [0] From function regIOobject::readStream() [0] in file db/regIOobject/regIOobjectRead.C at line 87. [0] FOAM parallel run exiting [0] -------------------------------------------------------------------------- OpenFOAM is looking for the fvSolution file in the decomposed processor subdirectory which does not exist. Shouldn't it look with the following path: processor0/../system/fvSolution | ||||
Tags | No tags attached. | ||||
|
(it prints the 'object' path which is the unique identifier). It will have looked for system/fvSolution and then processor0/../system/fvSolution but couldn't find either. Looks like your file server (nfs?) has caused problems. Either fix that or switch off runtimeModifiable in your controlDict or have local copies of system/controlDict in all processor directories. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-07-31 14:23 | billie | New Issue | |
2014-08-04 11:42 |
|
Note Added: 0003194 | |
2014-08-04 11:42 |
|
Status | new => resolved |
2014-08-04 11:42 |
|
Resolution | open => fixed |
2014-08-04 11:42 |
|
Assigned To | => user4 |