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

Update ASE calculator helper functions #65

Merged
merged 2 commits into from
May 6, 2024
Merged

Conversation

tjjarvinen
Copy link
Collaborator

The problem with ASE calculator has been python GIL that prevents GC from anything else than main thread. Julia can do GC from all threads. This leads to issues when using juliacall from python.

To solve the issue the calculations are now performed on another process, which is free to use GC as it wishes. Thus effectively fixing the GIL issue.

@tjjarvinen tjjarvinen merged commit 35ca166 into main May 6, 2024
4 checks passed
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