Open pelyakim opened 1 year ago
I don't have much experience with using scotch library, but this indeed looks like there were some compilation issues with scotch. Scotch is found in amgcl using this file: https://github.com/ddemidov/amgcl/blob/master/cmake/FindScotch.cmake
It should define thse (advanced) cmake variables: Scotch_INCLUDES, Scotch_LIBRARIES, PTScotch_INCLUDES, PTScotch_LIBRARIES. Do you see these in cmake-gui? Do they have reasonable values?
If amgcl have troubles finding scotch, you can help it by defining environment variables SCOTCHDIR and PTSCOTCHDIR. These paths should contain scotch.h and ptscotch.h (possibly under scotch/ptcotch subfolders)
Hello, I try to compile AMGCL with scotch but I have problems with the examples:
I compiled scotch v7.0.3 and tried also with v7.0.1, I have the impression that the problem comes from scotch. What do you advise me to do? Thanks for your help.