View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000313 | OpenFOAM | Bug | public | 2011-10-12 07:11 | 2011-10-20 16:38 |
Reporter | nogenmyr | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | CentOS | OS Version | 5.5 |
Summary | 0000313: runtime compiled code crash in parallel | ||||
Description | Trying to use run time compiled code in parallel crashes at start-up with error: Attempt to put back onto bad stream | ||||
Steps To Reproduce | Copy the etc/controlDict to ~/.OpenFOAM/2.0.1 (no write access on install dir) Copy the tutorial basic/potentialFoam/cylinder to $FOAM_RUN cd $FOAM_RUN/cylinder ./Allrun cp $FOAM_TUTORIAL/incompressible/windSimpleFoam/turbineSiting/system/decomposeParDict system/ decomposePar mpirun -n 2 potentialFoam -parallel | ||||
Additional Information | Same thing happened on a user specific case here, but was reproducible using the tutorial case as above. | ||||
Tags | No tags attached. | ||||
|
- switch off master-only file modification checking (timeStampMaster, inotifyMaster) in the global controlDict. This interferes with the #codeStream. - there was a problem in the actual dynamic code in that it didn't check if the domain had zero faces of a patch. |
|
tutorial code fixed in 429f3cb6cb3998e654fb9488c60967f2ba00e78d |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-10-12 07:11 | nogenmyr | New Issue | |
2011-10-20 16:37 |
|
Note Added: 0000731 | |
2011-10-20 16:38 |
|
Note Added: 0000732 | |
2011-10-20 16:38 |
|
Status | new => resolved |
2011-10-20 16:38 |
|
Fixed in Version | => 2.0.x |
2011-10-20 16:38 |
|
Resolution | open => fixed |
2011-10-20 16:38 |
|
Assigned To | => user4 |