João P. L. Carvalho

Results 1 issues of João P. L. Carvalho

This code: ``` program main implicit none abstract interface subroutine dgemm_interface(A, B, C, m, k, n) double precision, dimension(:), allocatable, intent(in), target :: A, B double precision, dimension(:), allocatable, intent(inout),...

bug