View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001484 | OpenFOAM | Bug | public | 2015-01-10 20:08 | 2015-01-10 21:13 |
Reporter | wyldckat | Assigned To | henry | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Summary | 0001484: Missing file related to the recent wall distance feature + typo in wmake/scripts/AllwmakeParseArguments | ||||
Description | As the title says: 1. File "patchDistMethodTemplates.C" is missing. The error message where this is mentioned: /home/ofuser/OpenFOAM/OpenFOAM-dev/src/finiteVolume g++ -m64 -Dlinux64 -DWM_DP -DWM_LABEL_SIZE=32 .... -c fvMesh/wallDist/wallDist/wallDist.C -o .... OpenFOAM-dev/platforms/linux64GccDPInt32Opt/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.o In file included from fvMesh/wallDist/wallDist/wallDist.H:57:0, from fvMesh/wallDist/wallDist/wallDist.C:26: lnInclude/patchDistMethod.H:171:41: fatal error: patchDistMethodTemplates.C: No such file or directory compilation terminated. This dependency was added in the recent commit 1a084b8954c0cb4e274128089825f48d4fb0e200. 2. In "wmake/scripts/AllwmakeParseArguments", the typo is as the following patch indicates: --------------------- wmake/scripts/AllwmakeParseArguments --------------------- index dd788dd..0c8197c 100644 @@ -114,7 +114,7 @@ do export WM_NCOMPPROCS=${1#-j} echo "Compiling enabled on $WM_NCOMPPROCS cores" ;; - # Non-stop compilatio, ignoring errors + # Non-stop compilation, ignoring errors -k | -non-stop) export WM_CONTINUE_ON_ERROR=1 ;; | ||||
Tags | No tags attached. | ||||