Re: [slurm-users] unused job data fields?

2022-10-05 Thread z148x
The Slurm version is 20.11.8-1.

Re: [slurm-users] unused job data fields?

2022-10-05 Thread z148x
Yes, the comment field should work. But, when I try to add a test job with sbatch: "sbatch --comment='testcomment' --cpus-per-task 28 testjob.sh Submitted batch job 319737 " In the sacct output is this information missing: " sacct --format=User,JobID,Comment,ncpus UserJobIDC

[slurm-users] unused job data fields?

2022-10-03 Thread z148x
Hello, are there additional job data fields in slurm besides the job name which can be used for additional information? The information should not be used by slurm, only included in the database for external evaluation. Thanks Mike

Re: [slurm-users] MIN_TMP_DISK not in accounting storage

2022-10-03 Thread z148x
I wonder why it can't be found in the slurmdb database? Regards Mike

[slurm-users] RealMemory with multiple jobs per node

2022-09-17 Thread z148x
Hello, a job with memory 124000 MB is scheduled two times on a node with "RealMemory=23" in the slurm configuration. Since two jobs exceed the configured RealMemory value, I would assume that only one job can be processed simultaneously. Because a job can increase the memory usage in course

Re: [slurm-users] multifactor priority calculation

2022-06-14 Thread z148x
Thank you. The output from sprio -lw: --- JOBID PARTITION USER PRIORITY SITEAGE ASSOC FAIRSHAREJOBSIZE PARTITIONQOSNICE TRES Weights1 0 0 0 10 0

Re: [slurm-users] multifactor priority calculation

2022-06-13 Thread z148x
Hello Lyn, only the priority settings I wrote as example are in the slurm config. Maybe I found the missing peace. It looks like the priority (for some jobs?) in the slurm (19.05.5) database is not updated. I retrieve these values via slurmdb over pyslurm. This would be a problem for my purpose

Re: [slurm-users] sbatch - accept jobs above limits

2022-02-08 Thread z148x
Yes, the partition does not meet the requirements now. The job should still be submitted and wait until requirements are available. On 09.02.22 00:11, Stephen Cousins wrote: > I think this message comes up when there are no nodes in that partition > have the resources capable to meet the require

Re: [slurm-users] how to allocate high priority to low cpu and memory jobs

2022-02-01 Thread z148x
There aren't many mods in my slurm conf. Since the priority/multifactor with PriorityWeightTres is already active, it would be possible to take QOS. Could you give a configuration example? For example, jobs could occupy 1-128GB, i.e. categorization of ...16, 32, 64, 128 is necessary? Two categori