buildcat.redshift module

Integration with Redshift, https://redshift3d.com.

buildcat.redshift.info()[source]

Return information describing the worker’s local Redshift installation.

Environment Variables:

PATH (required) – Your PATH environment variable must be configured so that the worker can run the redshiftCmdLine executable.

Returns:

metadata – A collection of key-value pairs containing a description of the Redshift installation on the machine where the job was run.

Return type:

dict

buildcat.redshift.render(rsfile)[source]

Render a Redshift archive (.rs) file.

Parameters:

rsfile (str, required) – Relative path of the file to be rendered.

Environment Variables:
  • BUILDCAT_REDSHIFT_GPU (optional) – Whitespace-delimited list of GPU indices to use for rendering. Default: use all GPUs.

  • PATH (required) – Your PATH environment variable must be configured so that the worker can run the redshiftCmdLine executable.