[ET Trac] #2632: SummationByPart assumes `cctk_lsh == cctk_ash`

Roland Haas trac-noreply at einsteintoolkit.org
Fri Aug 19 14:24:13 CDT 2022


#2632: SummationByPart assumes `cctk_lsh == cctk_ash`

 Reporter: Roland Haas
   Status: new
Milestone: 
  Version: 
     Type: bug
 Priority: minor
Component: 

SummationByParts sets `ni = cctk_lsh[0]` but then uses this \(in Fortran code\) to size the array in memory:

```fortran
CCTK_REAL, dimension(ni,nj,nk), intent(IN) :: var
```

which will fail when `cctk_lsh != cctk_ash` that is when padding is used.

--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2632/summationbypart-assumes-cctk_lsh-cctk_ash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20220819/42cfbf9d/attachment.html 


More information about the Trac mailing list