|
|
|
@ -327,7 +327,7 @@ program mld_cf_sample
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
call distr_mtpart(psb_root_,ictxt)
|
|
|
|
call distr_mtpart(psb_root_,ictxt)
|
|
|
|
call getv_mtpart(ivg)
|
|
|
|
call getv_mtpart(ivg)
|
|
|
|
call psb_matdist(aux_a, a, ictxt,desc_a,info,fmt=afmt,v=ivg)
|
|
|
|
call psb_matdist(aux_a, a, ictxt,desc_a,info,fmt=afmt,vg=ivg)
|
|
|
|
case default
|
|
|
|
case default
|
|
|
|
if (iam == psb_root_) write(psb_out_unit,'("Partition type: block")')
|
|
|
|
if (iam == psb_root_) write(psb_out_unit,'("Partition type: block")')
|
|
|
|
call psb_matdist(aux_a, a, ictxt, desc_a,info,fmt=afmt,parts=part_block)
|
|
|
|
call psb_matdist(aux_a, a, ictxt, desc_a,info,fmt=afmt,parts=part_block)
|
|
|
|
|