Re: [slurm-users] Problems building RPMs

2022-07-21 Thread Brian Andrus
Hmm. That would imply you could still use the tar file with something like: rpmbuild -v -ta --define "_lto_cflags %{nil}" slurm-22.05.2.tar.bz2 Note, I have not tried this (no immediate access to RHEL9 derivative), so YMMV. Brian Andrus On 7/21/2022 10:15 AM, Kilian Cavalotti wrote: Hi Phi

Re: [slurm-users] Deb packages for Ubuntu

2022-07-21 Thread Luis Huang
Yes, that would be great if you can put it on github or somewhere. Thanks! On Thu, Jul 21, 2022 at 7:11 AM Markus Kötter wrote: > Hi, > > > I maintain debian packages for > >* slurm >* auks >* pyxis > > on > >* debian bullseye >* ubuntu bionic / 18.04 (DGXOS 4.x) >* ubu

Re: [slurm-users] Problems building RPMs

2022-07-21 Thread Kilian Cavalotti
Hi Phil, Link-time optimization (LTO) has been enabled by default in RHEL9: https://fedoraproject.org/wiki/LTOByDefault https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/developing_c_and_cpp_applications_in_rhel_9/index#ref_link-time-optimization_using-libraries

Re: [slurm-users] Deb packages for Ubuntu

2022-07-21 Thread Markus Kötter
Hi, I maintain debian packages for * slurm * auks * pyxis on * debian bullseye * ubuntu bionic / 18.04 (DGXOS 4.x) * ubuntu focal / 20.04 (DGXOS 5.x) I (think I) started of using the scibian packages and moved to gpb, using gitlab & the ci. Every "version" has it's own branch,

Re: [slurm-users] Deb packages for Ubuntu

2022-07-21 Thread Steffen Grunewald
Hi Luis, On Wed, 2022-07-20 at 16:03:00 -0700, Luis Huang wrote: > In the past we've been using Centos 7 with slurm.spec file provided by > schedmd to build the rpms. This is working great where we can deploy the > rpms and perform upgrades via puppet. > > As we are moving to Ubuntu. I noticed th