Skip to content

Commit

Permalink
comment out mpi timers
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaAsmar-NOAA committed Jan 6, 2025
1 parent 4675c4b commit d29834b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/ncep_post.fd/UPP_PHYSICS.f
Original file line number Diff line number Diff line change
Expand Up @@ -4880,7 +4880,7 @@ subroutine calchipsi (uwnd,vwnd,chi,psi)
!
! poisson solver for psi and chi
psi=0.
ta=mpi_wtime()
! ta=mpi_wtime()
do jjk=1,1000
do jj=1,300
call exch(psi(ista_2l:iend_2u,jsta_2l:jend_2u))
Expand Down Expand Up @@ -4923,7 +4923,7 @@ subroutine calchipsi (uwnd,vwnd,chi,psi)
enddo ! end of jjk loop for psi
!
chi=0.
tb=mpi_wtime()
! tb=mpi_wtime()
do jjk=1,1000
do jj=1,300
call exch(chi(ista_2l:iend_2u,jsta_2l:jend_2u))
Expand Down

0 comments on commit d29834b

Please sign in to comment.