[slurm-dev] Problem building on Fedora 23 and above

2016-01-07 Thread Adam Huffman
Hello I've been trying to build Slurm RPMs using Fedora's COPR build service (at https://copr.fedoraproject.org/coprs/verdurin/slurm/) and a change in RPM means that builds are failing for Fedora 23 and Rawhide. The problem is with the perlapi package and the handling of optimization. Here are t

[slurm-dev] Re: Problem building on Fedora 23 and above

2016-02-08 Thread Adam Huffman
tolerates empty files in %files. The Perl subpackage appears to build fine without this, but please correct me if I'm wrong here. The working builds are available here: https://copr.fedorainfracloud.org/coprs/verdurin/slurm/build/158439/ Best Wishes, Adam On Thu, Jan 7, 2016 at 11:47 PM,

[slurm-dev] Re: Fedoar 23 build - undefined symbol powercap_get_cluster_current_cap in slurmd

2016-02-12 Thread Adam Huffman
Hi Nenad, I can see similar problems with some of the other plugins too: Feb 12 14:09:49 marcel.lan slurmd[32255]: error: plugin_load_from_file: dlopen(/usr/lib64/slurm/select_linear.so): /usr/lib64/slurm/select_linear.so: undefined symbol: slurm_job_preempt_mode Feb 12 14:09:49 marcel.lan slurm

[slurm-dev] Re: Fedoar 23 build - undefined symbol powercap_get_cluster_current_cap in slurmd

2016-02-12 Thread Adam Huffman
I did try settings like that when I first encountered the build failure, but then removed them, in favour of the minimal change that fixed the problem. I'll re-add them to the COPR build. On Fri, Feb 12, 2016 at 7:45 PM, Nenad Vukicevic wrote: > I tried 15.08 again and it seems to be working wi

[slurm-dev] Re: Fedoar 23 build - undefined symbol powercap_get_cluster_current_cap in slurmd

2016-02-15 Thread Adam Huffman
etely. Cheers, Adam On Fri, Feb 12, 2016 at 10:23 PM, Adam Huffman wrote: > > I did try settings like that when I first encountered the build > failure, but then removed them, in favour of the minimal change that > fixed the problem. > > I'll re-add them to the COPR b

[slurm-dev] Re: More than one job/task per node?

2016-04-29 Thread Adam Huffman
Yes, you need to set the following: SelectType=select/cons_res to ensure that nodes can be shared amongst different jobs and then choose one of the consumable resources types e.g. SelectTypeParameters=CR_Core Cheers, Adam On Fri, Apr 29, 2016 at 6:36 AM, Lachlan Musicman wrote: > I'm findin

[slurm-dev] Re: Slurm versions 15.08.13, 16.05.7 and 17.02.0-pre4 are now available (CVE-2016-10030)

2017-01-05 Thread Adam Huffman
In case it affects anyone, I'm seeing a compilation error on Fedora Rawhide with 15.08.13, on COPR: make[5]: Entering directory '/builddir/build/BUILD/slurm-15.08.13/src/plugins/crypto/openssl' /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../..

[slurm-dev] Re: discrepancy between node config and # of cpus found

2017-05-19 Thread Adam Huffman
Hello While this doesn't necessarily address the strange sinfo output, to be able to run more than one job per node you need to change this: SelectType=select/linear to SelectType=select/cons_res and then choose which parameters you want e.g. SelectTypeParameters=CR_Core_Memory See https://s

[slurm-dev] Re: SLURM ERROR! NEED HELP

2017-07-05 Thread Adam Huffman
I've seen something similar when node clocks were skewed. Worth checking that NTP is running and they're all synchronised. On Wed, Jul 5, 2017 at 12:06 PM, Said Mohamed Said wrote: > Thank you all for suggestions. I turned off firewall on both machines but > still no luck. I can confirm that No

[slurm-dev] Re: Length of possible SlurmDBD without HA

2017-07-06 Thread Adam Huffman
While I can't tell you how much memory is required, I can say that I've seen warnings in the logs when this has happened, including a more urgent warning that the cache is about to fill up. Cheers, Adam On Thu, Jul 6, 2017 at 10:54 AM, Loris Bennett wrote: > > Hi, > > On the Slurm FAQ page > >