Hello, i need to know in my node feature plugin the name feature.

In the function node_features_p_node_set, i want to detect if my job node
use feature 'intel', or 'amd'.

my slurm.conf :
NodeName=mycluster[1-30] Procs=12 Sockets=2 CoresPerSocket=6
RealMemory=51200 Feature=intel,amd

and when i start job :
srun -C amd -w mycluster2 hostname

in my c code node_feature plugin i want to get this parameter : "amd"

in the log i have this :
Job 42 feature list: amd

Reply via email to