[petsc-dev] metis config error on XT4

Jack Poulson jack.poulson at gmail.com
Wed Nov 30 16:40:03 CST 2011


On Wed, Nov 30, 2011 at 4:36 PM, Jed Brown <jedbrown at mcs.anl.gov> wrote:

> 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?
>

No, but perhaps I should. My understanding is that those lines only need to
be changed when ParMetis is included as a subproject, as they seem to have
configured the build system to use relative paths.

Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20111130/7446c564/attachment.html>


More information about the petsc-dev mailing list