so we are rendering with redshift standalone and we have one node with multiple GPU. We want to distribute incoming jobs on each GPU on that node.
I tried the following options:
Slave options of that node: Concurrent Task Limit override: 2 (2 GPUs on that machine)
GPU affinity: Activate GPU 1 and 2.
redshift-options: Activate only one GPU.
However, during rendering only GPU 0 is used due to the fact that in the rendering-call of the redshiftCmdLine it says only to use -gpu 0
How can I make it happen that I use both GPUs in parallel for two jobs at the same time?