The Slurm version is 20.11.8-1.
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
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
I wonder why it can't be found in the slurmdb database?
Regards
Mike
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
Thank you.
The output from sprio -lw:
---
JOBID PARTITION USER PRIORITY SITEAGE ASSOC
FAIRSHAREJOBSIZE PARTITIONQOSNICE TRES
Weights1 0
0 0 10 0
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
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
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