This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Turn Off Multithreading In Pymol

By default, pymol seems to grab the number of cores on the system for rendering. How can I force it to only use one core?

pymol

1 answer

Try: set max_threads, 1

For more insight : follow this "pymol-users" thread: http://www.mail-archive.com/pymol-users@lists.sourceforge.net/msg03110.html

Log in to answer this question.