View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002027 | OpenFOAM | Bug | public | 2016-03-16 09:14 | 2016-03-16 09:26 |
Reporter | projectionist | Assigned To | henry | ||
Priority | normal | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 14.04 |
Product Version | dev | ||||
Summary | 0002027: Error message of paraFoam script is not up to date | ||||
Description | If the paraFoam script detects that the OpenFOAM reader for paraview has not been built, it ends with an error message containing build instructions for the reader. However, these instructions are not correct anymore. | ||||
Steps To Reproduce | In commit (https://github.com/OpenFOAM/OpenFOAM-dev/commit/c03ea94be186af18d32a5aff8360ce594999d8b3) the paraview reader was renamed from PV4Reader to PVReader. Thus, the build instructions issued by the error message are not correct anymore, since, the renaming of the reader module was not made here. | ||||
Additional Information | # Check that reader module has been built if [ $requirePV -eq 1 -a ! -f $PV_PLUGIN_PATH/libPVFoamReader_SM.so ] then cat<< BUILDREADER Here is the responsible code of the paraFoam script: FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd \$FOAM_UTILITIES/postProcessing/graphics/PV${version}Readers ./Allwclean ./Allwmake BUILDREADER exit 1 fi To solve the issue, remove the $version variable from the output, then the build instructions are correct again. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-03-16 09:14 | projectionist | New Issue | |
2016-03-16 09:26 | henry | Note Added: 0006038 | |
2016-03-16 09:26 | henry | Status | new => resolved |
2016-03-16 09:26 | henry | Resolution | open => fixed |
2016-03-16 09:26 | henry | Assigned To | => henry |