You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know Pymol will run certain commands in parallel/multi-thread (e.g. ray tracing).
I'm wondering if the command: can 'set surface_quality' can be handled this way.
For example, if you're looking for high quality surfaces and run (like: 'set surface_quality, 4'), it's a lot of overhead depending on how many entries you have, and would be something you would want all the processors working on.
The text was updated successfully, but these errors were encountered:
I had a mostly working implementation that I might throw up on a branch; but I am unsure if I have the time to finish it. If there's anyone that feels like they can take that to completion, let me know.
I know Pymol will run certain commands in parallel/multi-thread (e.g. ray tracing).
I'm wondering if the command: can 'set surface_quality' can be handled this way.
For example, if you're looking for high quality surfaces and run (like: 'set surface_quality, 4'), it's a lot of overhead depending on how many entries you have, and would be something you would want all the processors working on.
The text was updated successfully, but these errors were encountered: