Re: [slurm-users] Multiple Program Runs using srun in one Slurm batch Job on one node

2022-06-15 Thread Frank Lenaerts
On Wed, Jun 15, 2022 at 02:20:56PM +0200, Guillaume De Nayer wrote: > One collegue has to run 20,000 jobs on this machine. Every job starts > his program with mpirun on 12 cores. The standard slurm behavior makes > that the node, which runs this job is blocked (and 28 cores are idle). > The small c

Re: [slurm-users] Multiple Program Runs using srun in one Slurm batch Job on one node

2022-06-15 Thread Frank Lenaerts
On Wed, Jun 15, 2022 at 02:20:56PM +0200, Guillaume De Nayer wrote: > In order to solve this problem I'm trying to start some subtasks with > srun inside a batch job (without mpirun for now): > > #!/bin/bash > #SBATCH --job-name=test_multi_prog_srun > #SBATCH --nodes=1 > #SBATCH --partition=short

Re: [slurm-users] Defining an empty partition

2021-01-05 Thread Frank Lenaerts
an error in the documentation and that it should be: Nodes="" which works for me. -- Kind regards Frank Lenaerts

Re: [slurm-users] runtime priority

2020-06-30 Thread Frank Lenaerts
/security/limits.conf contains "priority": suppose it is set to -19 for root, slurmd typically runs as root, child processes inherit the value... > -Larry -- Kind regards Frank Lenaerts