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

Multiprocessing problems #18

Open
davide-grheco opened this issue Jan 24, 2025 · 0 comments
Open

Multiprocessing problems #18

davide-grheco opened this issue Jan 24, 2025 · 0 comments

Comments

@davide-grheco
Copy link

The library doesn't always work on all architectures when multiprocessing the fingerprints computations.
This should be fixed in #14 if I remember correctly.

In the meanwhile, I'll just point out that if anyone is having troubles with fingerprints computation, force the system to compute them on a single process and that should make it work - albeit a bit slower.
To do this, instantiate the model class and tell it not to perform multiprocessing for fingerprints.

ADMETModel(fingerprint_multiprocessing_min=number-larger-than-the-molecules-you-want-to-process)

I just remembered about this and figured it may be useful to someone.

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