Open giorgos117 opened 11 months ago
Hello,
I currently use the following to set GPU affinity:
slurm_additional_parameters = {'gres': f'gpu:{args.tasks_per_node}', 'gpu-bind': f'single:1'}
Is it possible to improve on this by using the NVidia GPU affinity package?
[https://github.com/NVIDIA/gpu_affinity]
Best regards,
George
Hello,
I currently use the following to set GPU affinity:
slurm_additional_parameters = {'gres': f'gpu:{args.tasks_per_node}', 'gpu-bind': f'single:1'}
Is it possible to improve on this by using the NVidia GPU affinity package?
[https://github.com/NVIDIA/gpu_affinity]
Best regards,
George