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

Deterministic GC #97

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Deterministic GC #97

wants to merge 1 commit into from

Conversation

JordiManyer
Copy link
Member

This PR wants to (once and for all) address the problem of GC for PETSc-allocated objects. The current solution is not deterministic, i.e there is no guarantee that the GC will Finalize the objects before PETSc is exited.

Related discussions:

  • Last PR addressing the GC is here.
  • Discussion in PETSc.jl is here.
  • Discussion on alternatives to the current implementation is here.

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

Successfully merging this pull request may close these issues.

1 participant