[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fortran interface broken in recent commit
I'll have to figureout a way to trim 'integer(kind=selected_int_kind(5))'
I guess I could do this in 2 steps
var == selected_int_kind(5)
integer(kind=var) MATOP_MATGETSEQNZSTRUCTURE
But with this, the macro now relies on constant variables. Not sure
how this will affect the currently recommended f90 module usage...
satish
On Thu, 25 Oct 2007, Lisandro Dalcin wrote:
> changeset: 11305:d8657575c523
> parent: 11303:49dc1b6891e7
> user: hzhang@xxxxxxxxxxxxxxxxxxxxx
> date: Thu Oct 25 11:33:48 2007 -0400
> summary: add MatGetSequentialNonzeroStructure() and
> MatDestroySequentialNonzeroStructure()
>
> 'make test' is failing with this. Line to long?
>
> Perhaps using MATOP_MATGETSEQNZSTRUCTURE ?
>
> -- In file /u/dalcinl/Devel/PETSc/petsc-dev/include/finclude/petscmat.h:378
>
> Included at ex5f.h:37
>
> Included at ex5f.F:43
>
> integer(kind=selected_int_kind(5)) MATOP_MATGETSEQUENTIALNONZEROST
> 1
> Warning: Line truncated at (1)
>
>
>
> Lisandro Dalcín
> ---------------
> Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
> Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
> Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
> PTLC - Güemes 3450, (3000) Santa Fe, Argentina
> Tel/Fax: +54-(0)342-451.1594
>
>