You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work on PSyclone and Dusk/Dawn now means that we can keep all of the compute in a single subroutine. However, local scalars must be replaced by their values and one loop nest that writes to (ji,jj,jk+1) must be transformed so as to write to (ji,jj,jk).
The text was updated successfully, but these errors were encountered:
Work on PSyclone and Dusk/Dawn now means that we can keep all of the compute in a single subroutine. However, local scalars must be replaced by their values and one loop nest that writes to
(ji,jj,jk+1)
must be transformed so as to write to(ji,jj,jk)
.The text was updated successfully, but these errors were encountered: