Add flush statements.

pull/6/head
Salvatore Filippone 7 years ago
parent 35da66299a
commit f0d82cd88b

@ -90,9 +90,11 @@ subroutine psb_cdprt(iout,desc_p,glob,short, verbosity)
end if end if
call psb_barrier(ictxt) call psb_barrier(ictxt)
do i=0, np-1 do i=0, np-1
if (me == i) & if (me == i) then
& write(iout,*) me,': Local descriptor data: points:',local_points,' halo:',local_halo write(iout,*) me,': Local descriptor data: points:',local_points,' halo:',local_halo
flush(iout)
end if
call psb_barrier(ictxt)
end do end do
@ -175,7 +177,7 @@ contains
case default case default
! Do nothing ! Do nothing
end select end select
flush(iout)
end subroutine print_my_xchg end subroutine print_my_xchg
end subroutine psb_cdprt end subroutine psb_cdprt

Loading…
Cancel
Save