Skip to content

Commit

Permalink
stop with norm problem solved in main_mad3wave.f
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioroncero committed Jun 29, 2021
1 parent 3b35cca commit 61ed7e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SRC/main_madwave3.f
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ subroutine check(time,xnorm1tot,it,iloop)

call MPI_REDUCE(xnorm1,xnorm1tot,1,MPI_REAL8,MPI_SUM
& ,0,MPI_COMM_WORLD,ierr)
if(idproc.eq.0)then
call MPI_BCAST(xnorm1tot,1,MPI_REAL8,0,MPI_COMM_WORLD,ierr)
! if(idproc.eq.0)then
write(6,*)it,xnorm1tot
endif

Expand Down

0 comments on commit 61ed7e0

Please sign in to comment.