Update for new SPALL/SPASB interface.

tspmm v1.1.0
Salvatore Filippone 3 years ago
parent e5b1d7c3ca
commit e46f22a37c

@ -500,9 +500,9 @@ contains
t1 = psb_wtime() t1 = psb_wtime()
if (info == psb_success_) then if (info == psb_success_) then
if (present(amold)) then if (present(amold)) then
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,mold=amold) call psb_spasb(a,desc_a,info,mold=amold)
else else
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,afmt=afmt) call psb_spasb(a,desc_a,info,afmt=afmt)
end if end if
end if end if
call psb_barrier(ctxt) call psb_barrier(ctxt)
@ -922,9 +922,9 @@ contains
t1 = psb_wtime() t1 = psb_wtime()
if (info == psb_success_) then if (info == psb_success_) then
if (present(amold)) then if (present(amold)) then
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,mold=amold) call psb_spasb(a,desc_a,info,mold=amold)
else else
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,afmt=afmt) call psb_spasb(a,desc_a,info,afmt=afmt)
end if end if
end if end if
call psb_barrier(ctxt) call psb_barrier(ctxt)

@ -500,9 +500,9 @@ contains
t1 = psb_wtime() t1 = psb_wtime()
if (info == psb_success_) then if (info == psb_success_) then
if (present(amold)) then if (present(amold)) then
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,mold=amold) call psb_spasb(a,desc_a,info,mold=amold)
else else
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,afmt=afmt) call psb_spasb(a,desc_a,info,afmt=afmt)
end if end if
end if end if
call psb_barrier(ctxt) call psb_barrier(ctxt)
@ -922,9 +922,9 @@ contains
t1 = psb_wtime() t1 = psb_wtime()
if (info == psb_success_) then if (info == psb_success_) then
if (present(amold)) then if (present(amold)) then
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,mold=amold) call psb_spasb(a,desc_a,info,mold=amold)
else else
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,afmt=afmt) call psb_spasb(a,desc_a,info,afmt=afmt)
end if end if
end if end if
call psb_barrier(ctxt) call psb_barrier(ctxt)

@ -465,9 +465,9 @@ contains
t1 = psb_wtime() t1 = psb_wtime()
if (info == psb_success_) then if (info == psb_success_) then
if (present(amold)) then if (present(amold)) then
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,mold=amold) call psb_spasb(a,desc_a,info,mold=amold)
else else
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,afmt=afmt) call psb_spasb(a,desc_a,info,afmt=afmt)
end if end if
end if end if
call psb_barrier(ctxt) call psb_barrier(ctxt)

@ -465,9 +465,9 @@ contains
t1 = psb_wtime() t1 = psb_wtime()
if (info == psb_success_) then if (info == psb_success_) then
if (present(amold)) then if (present(amold)) then
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,mold=amold) call psb_spasb(a,desc_a,info,mold=amold)
else else
call psb_spasb(a,desc_a,info,dupl=psb_dupl_err_,afmt=afmt) call psb_spasb(a,desc_a,info,afmt=afmt)
end if end if
end if end if
call psb_barrier(ctxt) call psb_barrier(ctxt)

Loading…
Cancel
Save