Re: [slurm-users] Compiling Slurm with nvml support

2020-09-25 Thread Bas van der Vlies
That is why we switched to tarball installations with version directories as suggested by schedmd. No deb/rpm installations any more. -- Bas van der Vlies | Operations, Support & Development | SURFsara | Science Park 140 | 1098 XG Amsterdam | T +31 (0) 20 800 1300 | bas.vandervl...@surf.nl |

Re: [slurm-users] Compiling Slurm with nvml support

2020-09-24 Thread Kilian Cavalotti
Hi Jason, We're taking the approach proposed in https://bugs.schedmd.com/show_bug.cgi?id=7919: same RPM everywhere, but without the dependencies that you don't want installed globally (like NVML, PMIx...). Of course you need to satisfy those dependencies some other way on the nodes that require th

Re: [slurm-users] Compiling Slurm with nvml support

2020-09-24 Thread Paul Edmon
That's what we do here.  We have three different rpms we build. server: because we run the latest MariaDB on our master general compute gpu compute: because we build against nvml We name these all the same but have them in different repos and distribute the repos to each node appropriately.

[slurm-users] Compiling Slurm with nvml support

2020-09-24 Thread Dana, Jason T.
Hello, I hopefully have a quick question. I have compiled Slurm RPMs on a CentOS system with nvidia drivers installed so that I can utilize AutoDetect=nvml configuration in our GPU nodes’ gres.conf. All seems to be going well on the GPU nodes since I have done that. I was unable to install the