[petsc-dev] metis config error on XT4

Jed Brown jedbrown at mcs.anl.gov
Wed Nov 30 16:36:53 CST 2011


On Wed, Nov 30, 2011 at 16:35, Jack Poulson <jack.poulson at gmail.com> wrote:

> I have actually run into a similar problem with ParMetis. I fixed it on my
> end by changing the ParMetis CMakeLists.txt lines
>
> set(GKLIB_PATH METIS/GKlib CACHE PATH "path to GKlib")
> set(METIS_PATH METIS CACHE PATH "path to METIS")
>
> to
>
> set(GKLIB_PATH ${CMAKE_CURRENT_SOURCE_DIR}/metis/GKlib CACHE PATH "path to
> GKlib
> ")
> set(METIS_PATH ${CMAKE_CURRENT_SOURCE_DIR}/metis CACHE PATH "path to
> METIS")
>

Did you send George this patch?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20111130/a305e814/attachment.html>


More information about the petsc-dev mailing list