On Wed, Nov 11 2015, Mirza Zaeem Baig <[email protected]> wrote:
> Regarding SLURM and CUDA Version Support
>
> Dear Concerned:
>
> Could you please let me know whether there are any CUDA Compute Compatibility
> Requirements for SLURM or does it work on any CUDA version?
We encountered a problem with cuda < 7, when we use cgroups with
ConstrainDevices=yes (cuda will fail as it will try to blindly access
all GPUs). So we either use cuda >= 7 or won't constrain devices using
cgroup.
Other then that, we didn't encounter any issues.
Yair.