View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002757 | OpenFOAM | Bug | public | 2017-11-13 16:46 | 2017-11-14 20:53 |
Reporter | fede | Assigned To | henry | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86 | OS | Linux Debian | OS Version | Stretch |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002757: hotBoxes tutorial in OpenFOAM-dev | ||||
Description | The hotBoxes tutorial does not work in parallel, if the script "Allrun-parallel" is used. The tutorial case works in serial. Please find attached the script "Allrun-parallel", with the working sequence of the commands. Federico | ||||
Steps To Reproduce | cd $FOAM_TUTORIALS/lagrangian/reactingParcelFoam/hotBoxes ./Allrun.parallel | ||||
Tags | No tags attached. | ||||
|
Allrun-parallel (440 bytes)
#!/bin/sh cd ${0%/*} || exit 1 # Run from this directory # Source tutorial run functions . $WM_PROJECT_DIR/bin/tools/RunFunctions ./Allrun.pre application=`getApplication` runApplication -s primaryRegion decomposePar runApplication -s wallFilmRegion decomposePar -region wallFilmRegion runParallel $application runApplication -s primaryRegion reconstructPar runApplication -s wallFilmRegion reconstructPar -region wallFilmRegion |
|
Thanks Federico Resolved by commit 94666e5a95789b8c4a6bcde28bd9f262dd5ee3bc |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-11-13 16:46 | fede | New Issue | |
2017-11-13 16:46 | fede | File Added: Allrun-parallel | |
2017-11-14 20:53 | henry | Assigned To | => henry |
2017-11-14 20:53 | henry | Status | new => resolved |
2017-11-14 20:53 | henry | Resolution | open => fixed |
2017-11-14 20:53 | henry | Fixed in Version | => dev |
2017-11-14 20:53 | henry | Note Added: 0009036 |