Skip to content
Snippets Groups Projects
Commit f687b50d authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Remove ooutdated FIXME messages

parent 8908ae6d
No related branches found
No related tags found
No related merge requests found
...@@ -1306,7 +1306,6 @@ _allocate_windows(int adapter_cnt, fed_tableinfo_t *tableinfo, ...@@ -1306,7 +1306,6 @@ _allocate_windows(int adapter_cnt, fed_tableinfo_t *tableinfo,
adapter = &node->adapter_list[i]; adapter = &node->adapter_list[i];
window = _find_free_window(adapter); window = _find_free_window(adapter);
if (window == NULL) { if (window == NULL) {
/* FIXME need to clean up */
error("No free windows"); error("No free windows");
return SLURM_ERROR; return SLURM_ERROR;
} }
...@@ -1466,7 +1465,6 @@ fed_build_jobinfo(fed_jobinfo_t *jp, hostlist_t hl, int nprocs, ...@@ -1466,7 +1465,6 @@ fed_build_jobinfo(fed_jobinfo_t *jp, hostlist_t hl, int nprocs,
task_cnt = min_procs_per_node; task_cnt = min_procs_per_node;
for (j = 0; j < task_cnt; j++) { for (j = 0; j < task_cnt; j++) {
/* FIXME check return code */
rc = _allocate_windows(jp->tables_per_task, rc = _allocate_windows(jp->tables_per_task,
jp->tableinfo, jp->tableinfo,
host, proc_cnt); host, proc_cnt);
......
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