pratikvn / schwarz-lib

Repository for testing asynchronous schwarz methods.
https://pratikvn.github.io/schwarz-lib/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Error with METIS linking #49

Closed soumyadipghosh closed 4 years ago

soumyadipghosh commented 4 years ago

I am getting the following error while compiling : cannot find -lmetis.

I think the error is here. That condition should be opposite.

pratikvn commented 4 years ago

does it print out metis inc and metis lib with the paths ? Are you providing the path to metis in METIS_DIR ?

soumyadipghosh commented 4 years ago

I have METIS_DIR as an environment variable. I did not get any output for metis inc or metis lib - is this supposed to be a command?

pratikvn commented 4 years ago

No, I mean this should print the values of METIS_INCLUDE_DIR and METIS_LIBRARY_DIR.

soumyadipghosh commented 4 years ago

No, it does not print out that