Incorrect 64-bit PetscInt

Issue #15 resolved
Jan Blechta created an issue

In DOLFIN we suffer from problems related to PetscInt code in src/include/petsc4py/petsc4py.i. There is assumed that PetscInt == long long if PETSC_USE_64BIT_INDICES which may not be true, see petscsys.h, lines 216-248.

Comments (5)

  1. Jan Blechta reporter

    I succeeded compiling DOLFIN with this branch. But I haven't performed any tests showing that 64-bit indices work (beyond 32-bit limit). Maybe @chris_richardson could do that.

  2. Chris Richardson

    @blechta - I'm not likely to try it soon. If it compiles, that is already a good start. @pefarrell might also be interested.

  3. Log in to comment