[slurm-users] Nodes show by sinfo in partitions

2019-05-17 Thread Verzelloni Fabio
Hello, I have a question related to the cloud feature or a feature that can solve an issue that I have with my cluster,to make it simple let say that I have a set of nodes ( let say 10 nodes ), if needed I move node/s from cluster A to cluster B and in my slurm.conf I define all the possible num

[slurm-users] RPM build error - accounting_storage_mysql.so

2019-07-19 Thread Verzelloni Fabio
Hi Everyone, I'm trying to rebuild slurm rpms for 18.08.7 on RHEL7.6 with this command: rpmbuild -tb --define "_prefix /opt/slurm/18.08.07" --define "_sysconfdir /etc/slurm" --define "_slurm_sysconfdir /etc/slurm" slurm-18.08.7.tar.bz2 But no matter what, I'm keep getting this error: ... Pr

[slurm-users] Job error when using --job-name=`basename $PWD`

2019-07-28 Thread Verzelloni Fabio
Hi Everyone, I'm experiencing a weird issue, when submitting a job like that: - #!/bin/bash #SBATCH --job-name=`basename $PWD` #SBATCH --ntasks=2 srun -n 2 hostname - Output: srun: error: Unable to create step for job 15387: More processors requested

Re: [slurm-users] Job error when using --job-name=`basename $PWD`

2019-07-29 Thread Verzelloni Fabio
es one). > > Best regards, > Marcus > > On 19-07-29 05:51, Verzelloni Fabio wrote: >> Hi Everyone, >> I'm experiencing a weird issue, when submitting a job like that: >> - >> #!/bin/bash