CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Metis on OF 2.0.0 (https://www.cfd-online.com/Forums/openfoam-solving/97961-metis-2-0-0-a.html)

pere February 29, 2012 06:28

Metis on OF 2.0.0
 
I've compiled Of 2.0.0 in a Altix 1000 all works fine but when I try to use metis decomposition. This error appears, I've just modified decomposeParDict:

--> FOAM FATAL ERROR:
You are trying to use metis but do not have the metisDecomp library loaded.
This message is from the dummy metisDecomp stub library instead.

Please install metis and make sure that libmetis.so is in your LD_LIBRARY_PATH.
The metisDecomp library can then be built from $FOAM_SRC/parallel/decompose/metisDecomp and dynamically loading or linking this library will add metis as a d
ecomposition method.
Please be aware that there are license restrictions on using Metis.

From function labelList metisDecomp::decompose(const pointField&, const scalarField&)
in file dummyMetisDecomp.C at line 108.

FOAM exiting

After that I have downloaded Metis and I have compiled it in ThirdParty directory, and I have added libmetis.so in LD_LIBRARY_PATH.
And the same error appears.

Did anyone knows how can I do for use metis decomposition?

Thanks in advance!

Pere


All times are GMT -4. The time now is 09:38.