Closed jgphpc closed 4 years ago
But, even at your cluster, there are a lot of the node features ( mc,startx,row1,c0-1,group1,row1,mon,cvmfs,vtune,perf,metricbeat ). If I change the output as you wish, each partition will be printed more than 10 times. You want only 2 of them, but how spart will know you want just 2 of them.
I never see a running cluster which uses the node features like your cluster, it's new to me. I gonna think about it. But I can not see a usefull way to show as you want.
Hi.
Thank you for your comment. You are right, our configuration is very site specific. I can only say that even if for slurm all features are similar, for the users the first feature on the list (mc or gpu) is mandatory to be able to submit jobs/choose the right type of compute nodes:
/etc/opt/slurm/job_submit.lua
if ( not job_desc.features or job_desc.features == '' ) then slurm.log_user("You have to specify, at least, what sort of node you need: -C gpu for GPU enabled nodes, or -C mc for multicore nodes.\n Other features are possible, but 'gpu' and 'mc' are exclusive.") return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE
Feel free to close this issue if you prefer.
I known your request is different, but at least, I have added the features info to the spart (1.2.0) command.
Hi,
This is more a RFE than an issue: would it be possible to support features ?
In our
normal
partition, we can choose between 2 constraints (gpu
ormc
) i.e users submit jobs with sbatch-Cgpu
or sbatch-Cmc
. This can be seen with sinfo:where SS='sinfo -o "%9P %.5a %.10l %.6D %.6t %N %f"
Would it be possible to have spart output this (i did not update numbers):
instead of: