Skip to content

Commit

Permalink
fixed batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
kent0 committed Mar 24, 2024
1 parent c293a70 commit 9e794d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/batch.f
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ subroutine brprofile
enddo
do i=1,ntrial
start_time=dnekclock()
call breduce(v,n,1)
call breduce(v,n,n)
end_time=dnekclock()
time = end_time - start_time
time_min = min(time_min,time)
Expand Down

0 comments on commit 9e794d9

Please sign in to comment.