<div dir="ltr">Hello i try to develop a node feature plugin and i have problem.<div>when i write this :</div><div><br><div>srun -w computer122 -p my_partition -C hot hostname<br></div></div><div><br></div><div>in my plugin i want to get "hot" parameters when i start this job</div><div>but what function can be use for this ?</div><div>i think that i use node_features_p_node_state(char **avail_modes, char **current_mode)</div><div><br></div><div>but this function not start when i run job and the paremeters avail_modes and current_mode contains "null"</div><div><br></div></div>