sfilippone/psblas3

Requirement on METIS int size

ivan-pi opened this issue · 3 comments

Hello @sfilippone,

I would like to use PSBLAS for an unstructured lattice Boltzmann code (I've seen it used this way in some of your slides).

Running the configure script with ./configure --with-metis=-lmetis I can see the following:

checking metis.h usability... yes
checking metis.h presence... yes
checking for metis.h... yes
checking for METIS integer size... 32
checking for METIS real size... 32
checking for METIS_PartGraphKway in -lmetis ... yes
checking for METIS_SetDefaultOptions in -lmetis  -lm  ... yes

however, the final configuration says:

	METIS usable          : no
	METIS bitsize         : 32
	METIS realsize        : 32

I installed METIS using the apt command on Linux. From previous experimentation with METIS I know it can be compiled also with 64-bit integers in reals.

Would this solve my issue?

Ivan

The new release 3.7.0 has improved support for both 32 and 64 bit versions of METIS.