Skip to content

Fix parser for matrix market filename #3

Description

@learning-chip

SpLLT/src/spllt_mod.F90

Lines 374 to 379 in 08a181d

case("--mm")
! input matrix in Matrix Market format
options%fmt = 'coo'
call get_command_argument(argnum, argval)
argnum = argnum + 1
read( argval, * ) matfile

read( argval, * ) matfile should be changed to read( argval, '(a)' ) matfile

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