We developed a new extension to allow users to change the compute mode of the GPUs allocated to their jobs.

By default, GPUs are set in the "Exclusive Process" mode for best performance and ensure that only one process can use the GPU at once. But some older applications may require the GPU to be set in a shared mode to work properly, to allow starting multiple processes on the same GPU.

So now, Sherlock users can choose the compute mode they want, with the new --gpu_cmode option.

For more details and usage example, please refer to the Sherlock documentation.