#1706 PAMG does not compile with ParMETIS when idxtype in ParMETIS is 64bit.

Metadata

Property Value
Reported by Robert K (robertk@posteo.org)
Reported at Aug 3, 2015 14:53
Type Bug Report
Version 2.3
Operating System Unspecified / All
Last edited by Carsten Gräser (graeser@math.fu-berlin.de)
Last edited at Sep 3, 2015 14:28
Closed by Carsten Gräser (graeser@math.fu-berlin.de)
Closed at Sep 3, 2015 14:28
Closed in version 2.4
Resolution Fixed
Comment Merged to master and release 2.4.

Description

When configured with ParMETIS-4.0.3 and IDXTYPEWIDTH 64 (see Install.txt in ParMMTIS) then the pamgtest in dune-istl won't compile due to idxtype/int mixup.

The general problem is that idxtype in repartition.hh is not used consequently. Sometimes it is assumed to be int.

When used with the default version on a gentoo system (http://distfiles.gentoo.org/distfiles/ParMetis-3.2.0.tar.gz) then a similar problem occurs.