From 9e794d97cd4dc7c4f06a8bd81a63c512674e7b1a Mon Sep 17 00:00:00 2001 From: Kento Kaneko Date: Sun, 24 Mar 2024 11:58:25 -0400 Subject: [PATCH] fixed batch size --- code/batch.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)