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...)
 
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]]

Revision as of 16:29, 23 September 2008

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