View Issue Details

IDProjectCategoryView StatusLast Update
0000313OpenFOAMBugpublic2011-10-20 16:38
Reporternogenmyr Assigned Touser4 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSCentOSOS Version5.5
Summary0000313: runtime compiled code crash in parallel
DescriptionTrying to use run time compiled code in parallel crashes at start-up with error:

Attempt to put back onto bad stream
Steps To ReproduceCopy 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 InformationSame thing happened on a user specific case here, but was reproducible using the tutorial case as above.
TagsNo tags attached.

Activities

user4

2011-10-20 16:37

  ~0000731

- 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.

user4

2011-10-20 16:38

  ~0000732

tutorial code fixed in 429f3cb6cb3998e654fb9488c60967f2ba00e78d

Issue History

Date Modified Username Field Change
2011-10-12 07:11 nogenmyr New Issue
2011-10-20 16:37 user4 Note Added: 0000731
2011-10-20 16:38 user4 Note Added: 0000732
2011-10-20 16:38 user4 Status new => resolved
2011-10-20 16:38 user4 Fixed in Version => 2.0.x
2011-10-20 16:38 user4 Resolution open => fixed
2011-10-20 16:38 user4 Assigned To => user4