handling of error from gather in sample code.
@ -289,6 +289,7 @@ program cf_sample
call psb_gather(x_col_glob,x_col,desc_a,info,root=psb_root_)
if (info == psb_success_) &
& call psb_gather(r_col_glob,r_col,desc_a,info,root=psb_root_)
if (info /= psb_success_) goto 9999
if (iam == psb_root_) then
write(psb_err_unit,'(" ")')
write(psb_err_unit,'("Saving x on file")')
@ -296,6 +296,7 @@ program df_sample
@ -293,6 +293,7 @@ program sf_sample
@ -289,6 +289,7 @@ program zf_sample