Skip to content

Allocatable arrays as input and output arguments #15

@dkolom

Description

@dkolom

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions