Add infrastructure for single select_g_job_test() call
Rather than calling select_g_job_test() multiple times as nodes are added for consideration by weight, put the node weight into a new sched_weight field in struct node_record and call select_g_job_test() once. Let it select the best resources, accumulating resources by increasing node weight.
Please register or sign in to comment