diff --git a/code/batch.f b/code/batch.f
index c24c4cde..141125b6 100644
--- a/code/batch.f
+++ b/code/batch.f
@@ -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)