CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   Install OF-1.5.x or OF-1.5-dev (https://www.cfd-online.com/Forums/openfoam-installation/63924-install-1-5-x-1-5-dev.html)

ttdtud April 23, 2009 12:26

Install OF-1.5.x or OF-1.5-dev
 
I have tried to install OF-1.5.x and OF-1.5-dev. At the first step i want to compile OF-1.5.x(OF-1.5-dev)/src. For both i have the same errors:

for compiling "decompositionAgglomeration"
it cannot find
"-lmetis,
-lmetis-parmetis
-lMGridGen"

and for compiling "autoMesh"
it cannot find
"-ldecompositionMethods"

What are they and what should i do now?

Any help will be appreciated gratefully!!!

olesen April 24, 2009 04:24

Install OF-1.5.x or OF-1.5-dev
 
Did you build ThirdParty sources first?
In the main Allwmake file:

Code:

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
 
# wmake is required for subsequent targets
( cd wmake/src && make )
 
# build ThirdParty sources
( cd $WM_THIRD_PARTY_DIR && ./Allwmake )
 
src/Allwmake
applications/Allwmake
 
if [ "$1" = doc ]
then
    doc/Allwmake
fi



All times are GMT -4. The time now is 21:16.