Allocation level environment variables #574
Labels
enhancement
Improvement to an existing feature
triaged
Issue has been screened and prioritized by a project lead
Describe the enhancement
Allow environment variables to be specified for allocations.
In multi-platform environments on-prem vs cloud nodes, or Windows vs Linux nodes, might have different paths to shares or applications and as such the submitter needs an agnostic way to specify these.
The environment variables would be resolved at runtime by RQD prior to launching a frame.
Additional context
e.g.
Job submission command line: %MCP% -i %PROJECTDIR%/anim/scene.ext -o % OUTPUTDIR% /render
Allocation Env Variables
Cloud.Linux
MCP=/usr/bin/mcp
PROJECTDIR=/mnt/projects
Local.Windows
MCP=mcp.exe
PROJECTDIR=\myshare\projects
The text was updated successfully, but these errors were encountered: