psblas3-integer8:

test/pargen/ppde.f90
 test/pargen/spde.f90

Fix test cases.
psblas3-type-indexed
Salvatore Filippone 13 years ago
parent 0b2b2e5bad
commit 17c038ee60

@ -102,7 +102,7 @@ program ppde
call psb_init(ictxt)
call psb_info(ictxt,iam,np)
write(0,*) 'Fromt init/info',iam,np
if (iam < 0) then
! This should not happen, but just in case
call psb_exit(ictxt)

@ -111,7 +111,7 @@ program ppde
endif
if(psb_get_errstatus() /= 0) goto 9999
name='pde90'
call psb_set_errverbosity(2)
call psb_set_errverbosity(itwo)
!
! Hello world
!
@ -148,7 +148,7 @@ program ppde
!!$ call psb_cdcpy(desc_a,desc_b,info)
!!$ call psb_set_debug_level(9999)
call psb_cdbldext(a,desc_a,2,desc_b,info,extype=psb_ovt_asov_)
call psb_cdbldext(a,desc_a,itwo,desc_b,info,extype=psb_ovt_asov_)
if (info /= 0) then
write(0,*) 'Error from bldext'
call psb_abort(ictxt)
@ -317,7 +317,7 @@ contains
write(psb_out_unit,'(" ")')
else
! wrong number of parameter, print an error message and exit
call pr_usage(0)
call pr_usage(izero)
call psb_abort(ictxt)
stop 1
endif

Loading…
Cancel
Save