Skip to content
Snippets Groups Projects
Commit c4e6190a authored by Danny Auble's avatar Danny Auble
Browse files

Add note about only CPUs being handled in sshare

parent 7c6ba360
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,7 @@ extern int process(shares_response_msg_t *resp, uint16_t options) ...@@ -80,6 +80,7 @@ extern int process(shares_response_msg_t *resp, uint16_t options)
if (!resp) if (!resp)
return SLURM_ERROR; return SLURM_ERROR;
/* FIXME: This only handles CPU Mins now */
format_list = list_create(slurm_destroy_char); format_list = list_create(slurm_destroy_char);
if (flags & PRIORITY_FLAGS_FAIR_TREE) { if (flags & PRIORITY_FLAGS_FAIR_TREE) {
if (long_flag) { if (long_flag) {
......
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