Skip to content
Snippets Groups Projects
Commit 60d0995e authored by Morris Jette's avatar Morris Jette
Browse files

Fix to GRES test

parent ac83e19f
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,7 @@ int main(int argc, char *argv[])
gres_plugin_job_state_log(job_gres_list, job_id);
cpu_bitmap = bit_alloc(cpu_count);
bit_nset(cpu_bitmap, 0, cpu_count - 1);
cpu_alloc = gres_plugin_job_test(job_gres_list, node_gres_list, true,
cpu_bitmap, 0, cpu_count - 1,
job_id, node_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment