test/kernel/d_file_spmv.f90
 test/kernel/s_file_spmv.f90

Fix matrix distribution
trunk
Salvatore Filippone 8 years ago
parent f2cf78e520
commit 188a28bf3a

@ -166,6 +166,7 @@ program d_file_spmv
end if end if
! switch over different partition types ! switch over different partition types
write(psb_out_unit,'("Number of processors : ",i0)')np
if (ipart == 0) then if (ipart == 0) then
call psb_barrier(ictxt) call psb_barrier(ictxt)
if (iam==psb_root_) write(psb_out_unit,'("Partition type: block")') if (iam==psb_root_) write(psb_out_unit,'("Partition type: block")')

@ -166,6 +166,7 @@ program s_file_spmv
end if end if
! switch over different partition types ! switch over different partition types
write(psb_out_unit,'("Number of processors : ",i0)')np
if (ipart == 0) then if (ipart == 0) then
call psb_barrier(ictxt) call psb_barrier(ictxt)
if (iam==psb_root_) write(psb_out_unit,'("Partition type: block")') if (iam==psb_root_) write(psb_out_unit,'("Partition type: block")')

Loading…
Cancel
Save