Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Hammond <[email protected]>
  • Loading branch information
jeffhammond committed Oct 27, 2024
1 parent a6225bd commit 753eb84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tce/sort/new_sort4_y.F
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ subroutine tce_sort_4_y(u,s,a,b,c,d,i,j,k,l,f,async)
double precision, intent(in) :: f
integer :: version
version = 1000*i+100*j+10*k+l
print*,'BEFORE',phase
if (version.eq.1234) then
call transpose_1234_y(u,s,a,b,c,d,f,async)
elseif (version.eq.1243) then
Expand Down Expand Up @@ -59,7 +58,6 @@ subroutine tce_sort_4_y(u,s,a,b,c,d,i,j,k,l,f,async)
else
print*,'something is wrong...'
endif
print*,'AFTER',phase
end
subroutine transpose_1234_y(u,s,d1,d2,d3,d4,f,async)
implicit none
Expand Down

0 comments on commit 753eb84

Please sign in to comment.