Skip to content

Fortran API tests

Karol Sierocinski requested to merge fortran_api_test into master

Fortran API tests.

There is and issue with PDI_access. If the pointer is array type (pyaccess(:)) then the compiler throws an error:

pdi/tests/fortran/03_access.F90:71:42:
   71 |     call PDI_access("y", pyaccess, PDI_IN)
      |                                          1
Error: There is no specific subroutine for the generic ‘pdi_access’ at (1)

@jbigot could take a look at it?

Edited by Karol Sierocinski

Merge request reports