Difference between revisions of "Defer builds mode"

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = The defer_builds_mode setting for improved performance with long trajectories. This now makes it possible to work with files containing thousands of states, and to render...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
= Overview =
 
= Overview =
The [[defer_builds_mode]] setting for improved performance with long trajectories.  This now makes it possible to work with files containing thousands of states, and to render impossibly long movies piecewise.  This setting, as shown below, stops PyMOL caching the geometry of trajectory data in RAM.
+
The [[defer_builds_mode]] setting for improved [[:Category:Performance|performance]] with long trajectories.  This now makes it possible to work with files containing thousands of states, and to render impossibly long movies piecewise.  This setting, as shown below, stops PyMOL caching the geometry of trajectory data in RAM.
  
 
= Usage =
 
= Usage =
Line 13: Line 13:
  
 
[[Category:Settings]]
 
[[Category:Settings]]
 +
[[Category:Performance]]
 +
[[Category:States]]

Latest revision as of 09:12, 19 January 2009

Overview

The defer_builds_mode setting for improved performance with long trajectories. This now makes it possible to work with files containing thousands of states, and to render impossibly long movies piecewise. This setting, as shown below, stops PyMOL caching the geometry of trajectory data in RAM.

Usage

# improve PyMOL performance for many-state objects and long movies.
set defer_builds_mode, 3

See Also