Fortran API tests
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