question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

This is not an issue, it is more a question/suggestion. Is it possible to parallelize the method run of the class Fingerprint? I was trying to look on the MDanalysis documentation and this is not so straightforward because how MDAnalysis.core.universe.Universe.trajectory is designed. But I also read about PMDanalysis. So, should not be possible to incorporate the parralelization to ProLIF? I think that this feature will really improve the package and the usability.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
noahharrison64commented, Jun 27, 2022

Something I noticed when trying to create prolif molecules is that the rdkit mol user assigned property ‘map index’ was missing if I used mp.Pool. I imagine this is the case for other user assigned properties, if they exist. I believe this issue arose due to the pickling of the molecule objects when multiprocessing is run. I fixed this by running: Chem.SetDefaultPickleProperties(Chem.PropertyPickleOptions.AllProps) Thought I’d just point this out in case this was something you weren’t aware of!

0reactions
cbouycommented, Jul 10, 2022

That doesn’t sound right! Thanks for reporting it, I’ll try to have a look soon

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Parallelization? - Computer Hope
Parallelization is the act of designing a computer program or system to process data in parallel. Normally, computer programs compute data ...
Read more >
Parallel computing - Wikipedia
Parallel computing is a type of computation in which many calculations or processes are carried out simultaneously. Large problems can often be divided...
Read more >
Parallelization - an overview | ScienceDirect Topics
Parallelization has become a common technique in scientific computing to fasten the execution time of existing problems and to compute larger and more...
Read more >
What is Python Parallelization? - Udacity
Parallelization in Python (and other programming languages) allows the developer to run multiple parts of a program simultaneously. Most of the ...
Read more >
Parallelization Definition & Meaning - Merriam-Webster
The meaning of PARALLELIZATION is the process of parallelizing or the state of being parallelized.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found