Jeff, (and others),
Do you know of a tool that can take a C prototype and automatically
generate the Fortran C binding interface definition? We currently generate
stubs for C functions that have character arguments manually and it would be
great to remove that manual step.
Thanks
Barry
> On May 2, 2018, at 11:42 PM, Jeff Hammond <[email protected]> wrote:
>
> Or you could just use ISO_C_BINDING. Decent compilers should support it.
>
> On Wed, May 2, 2018 at 8:56 AM, Jed Brown <[email protected]> wrote:
> See Fortran Language Issues.
>
> https://gcc.gnu.org/gcc-8/porting_to.html
>
> We'll have to test for this (probably compiler version) and change the
> PETSC_MIXED_LEN / PETSC_END_LEN to use size_t instead of int.
>
>
>
> --
> Jeff Hammond
> [email protected]
> http://jeffhammond.github.io/