test/serial/d_matgen.f03
 test/serial/psb_d_cxx_impl.f03
 test/serial/psb_d_cxx_mat_mod.f03

Fixed example of new storage format.
psblas3-type-indexed
Salvatore Filippone 15 years ago
parent 2fb20bc173
commit fb10f36e7e

@ -371,7 +371,7 @@ contains
end if
!!$ call a_n%print(19)
t1 = psb_wtime()
call a_n%cscnv(info,mold=acsr)
call a_n%cscnv(info,mold=acxx)
if(info /= psb_success_) then
info=psb_err_from_subroutine_
@ -383,6 +383,10 @@ contains
call psb_barrier(ictxt)
ttot = psb_wtime() - t0
if(iam == psb_root_) write(psb_out_unit,&
& '("The matrix has been generated and is currently in ",a3," format.")')&
& a_n%get_fmt()
!!$ call a_n%print(20)
anorm = a_n%csnmi()
write(psb_err_unit,*) 'Nrm infinity ',anorm

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save