Skip to content

Commit

Permalink
Buf fix in utils.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlupo committed Oct 3, 2024
1 parent c5b3c2c commit 08ecf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.f90
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function device_memory_footprint(n,n_z) result(itotal)
!
! 2. grids arrays: zc,zf,dzc,dzf,dzci,dzfi,grid_vol_ratio_c,grid_vol_ratio_f (tiny footprint)
!
nhalo(:) = nh
nhalo(:) = 1
itotal = itotal + (n(3)+2*nhalo(3))*rp_size*8
!
! 3. solver eigenvalues and Gauss elimination coefficient arrays (small footprint)
Expand Down

0 comments on commit 08ecf4d

Please sign in to comment.