Configuration Tool Equalizer logo

Overview

The configuration tool is useful for automatically creating standard configuration files. It is located in the tools subdirectory. Note that the config tool only exploits a subset of the Equalizer functionality.

One pipe (GPU), window and channel per node is used, and the node hostnames are set to node0...nodeN. All windows, with the exception of the destination window, are full-screen. The number of pipes per node can be configured, in case dual-GPU or quad-GPU systems are used.

The resource usage in the compound tree currently supports sort-first rendering (2D), sort-last rendering (DB) and sort-last rendering with direct-send parallel compositing (DB_ds) . By default, the destination channel is used for rendering as well as for the final display. It can be used in all modes for the final display only, which might be beneficial in large rendering clusters.

Usage

The configuration is printed to stdout, and errors to stderr. The syntax is as follows:

USAGE: 

   ./configTool  [-a] [-c unsigned] [-p unsigned] [-m <2D|DB|DB_ds>] 
                 [--] [--version] [-h]


Where: 

   -a,  --assembleOnly
     Destination channel does not contribute to rendering

   -c unsigned,  --numChannels unsigned
     Total number of channels (default 4)

   -p unsigned,  --numPipes unsigned
     Number of pipes per node (default 1)

   -m <2D|DB|DB_ds>,  --mode <2D|DB|DB_ds>
     Compound mode (default 2D)

   --,  --ignore_rest
     Ignores the rest of the labeled arguments following this flag.

   --version
     Displays version information and exits.

   -h,  --help
     Displays usage information and exits.