Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory errors with multiple calls to gatherScatter setup routines #8

Open
aaustin141 opened this issue Nov 26, 2018 · 0 comments
Open

Comments

@aaustin141
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant