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
There is some piece of persistent state within the gatherScatter library that is not being handled properly, leading to cuda-memcheck reporting errors when the setup routines are called twice in the same program. @tcew and I discovered this while testing the spherical shell elliptic solver, where we ran into this issue when we tried to call ellipticSolveSetup() (which invokes the gatherScatter setup routines) twice.
The text was updated successfully, but these errors were encountered:
There is some piece of persistent state within the gatherScatter library that is not being handled properly, leading to
cuda-memcheck
reporting errors when the setup routines are called twice in the same program. @tcew and I discovered this while testing the spherical shell elliptic solver, where we ran into this issue when we tried to callellipticSolveSetup()
(which invokes the gatherScatter setup routines) twice.The text was updated successfully, but these errors were encountered: