https://github.com/NLAFET/SpLLT/blob/08a181d9088daf4bf9b72856e705e0b0263bfe3b/src/spllt_mod.F90#L374-L379 `read( argval, * ) matfile` should be changed to `read( argval, '(a)' ) matfile`
SpLLT/src/spllt_mod.F90
Lines 374 to 379 in 08a181d
read( argval, * ) matfileshould be changed toread( argval, '(a)' ) matfile