View Issue Details

IDProjectCategoryView StatusLast Update
0001484OpenFOAMBugpublic2015-01-10 21:13
Reporterwyldckat Assigned Tohenry  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Versiondev 
Summary0001484: Missing file related to the recent wall distance feature + typo in wmake/scripts/AllwmakeParseArguments
DescriptionAs 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
             ;;
TagsNo tags attached.

Activities

henry

2015-01-10 21:13

manager   ~0003527

Resolved by
commit 49b27c838f536be837055ea02c4040f2d9cdec84
commit fd6459c556ea1ee97a70f808580431ca28b5fea3

Issue History

Date Modified Username Field Change
2015-01-10 20:08 wyldckat New Issue
2015-01-10 21:13 henry Note Added: 0003527
2015-01-10 21:13 henry Status new => resolved
2015-01-10 21:13 henry Resolution open => fixed
2015-01-10 21:13 henry Assigned To => henry