CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Bugs (https://www.cfd-online.com/Forums/openfoam-bugs/)
-   -   Compiling redistributeMeshPar (https://www.cfd-online.com/Forums/openfoam-bugs/62576-compiling-redistributemeshpar.html)

ueno June 10, 2007 05:46

In the file "option" in the di
 
In the file "option" in the directories
$FOAM_UTILITIES/parallelProcessing/redistributeMeshPar/Make
and
$FOAM_UTILITIES/parallelProcessing/decomposePar/Make
, EXE_INC variable have to include
$(FOAM_UTILITIES)/parallelProcessing/decompositionMethods/decompositionMethod
instead of
$(FOAM_UTILITIES)/parallelProcessing/decompositionMethods/InInclude
to be compiled successfully.

Otherwise, "decompositionMethod.H" cannot be found and compilation failed.

ueno June 10, 2007 06:02

Line 4 in $FOAM_UTILITIES/pa
 
Line 4 in
$FOAM_UTILITIES/parallelProcessing/Allmake
should be
(cd decompositionMethods: ./Allwmake)
instead of
(cd decompositionMethods: Allwmake)

mattijs June 10, 2007 12:53

I cannot repeat your Make/opti
 
I cannot repeat your Make/options problem. Is the lnInclude/ directory missing in your installation?

Thanks for the './Allwmake' fix.

ueno June 11, 2007 08:56

Sorry. I also could not repe
 
Sorry.
I also could not repeat the error that could not find the header file, decompositionMethod.H, after alteration to './Allwmake'.
There is the lnInclude/ directory.

Seems that './Allwmake' correction resolved the problem.


All times are GMT -4. The time now is 00:03.