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
`p1-1 - (p1-1 + p0*factor)%factor` this should always work. Basically always compute the modulo as the left part making sure it's positive by shifting it. This a bit brute force but a trivial shift multiple of factor
However, I tried it, and there were failures in PRO.
The text was updated successfully, but these errors were encountered:
Complete discussion here: https://devitocodes.slack.com/archives/C7JMLMSG0/p1673960926948329
No MFE available right now
The issue discussion started here: https://github.com/devitocodes/devito/pull/2042/files#r1064672824
The latest suggestion from @mloubout was:
However, I tried it, and there were failures in PRO.
The text was updated successfully, but these errors were encountered: