Fix kernel/d_file_spmv size of strings for input file

merge-paraggr-newops^2
Salvatore Filippone 5 years ago
parent 4c7fa23c8a
commit 57ba8ad3e2

@ -35,7 +35,8 @@ program d_file_spmv
implicit none
! input parameters
character(len=40) :: kmethd, ptype, mtrx_file, rhs_file
character(len=40) :: kmethd, ptype
character(len=512) :: mtrx_file, rhs_file
! sparse matrices
type(psb_dspmat_type) :: a, aux_a

Loading…
Cancel
Save