[petsc-dev] What do people want to have working before a petsc-3.2 release?
Lisandro Dalcin
dalcinl at gmail.com
Wed Dec 22 16:51:51 CST 2010
On 21 December 2010 20:50, Sean Farley <sean at mcs.anl.gov> wrote:
>> > fixing/understanding 64-bit checks,
>>
>> I think these checks are ok, please report problems.
>
> Would it be possible to get ParMetis working with 64bit indices?
> Sean
This is from parmetis.h
/* Indexes are as long as integers for now */
#ifdef IDXTYPE_INT
typedef int idxtype;
#else
typedef short idxtype;
#endif
Have any of you seriously tryied parmetis in 64 bits?
--
Lisandro Dalcin
---------------
CIMEC (INTEC/CONICET-UNL)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
Tel: +54-342-4511594 (ext 1011)
Tel/Fax: +54-342-4511169
More information about the petsc-dev
mailing list