You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please revise the param_matrix subroutine to avoid using an allocatable array as output argument
real(kind=pr), allocatable, intent(out) :: matrix(:,:)
SX compiler does not handle that.