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

switch/nrt: Note known bug in NRT API

parent cdb3973c
No related branches found
No related tags found
No related merge requests found
......@@ -1805,7 +1805,8 @@ _get_adapters(slurm_nrt_nodeinfo_t *n)
}
if (window_count > max_windows) {
error("nrt_command(status_adapter, %s, %s): "
"window_count > max_windows (%u > %hu)",
"window_count > max_windows (%u > %hu): "
"Known bug in IBM's NRT API",
adapter_status.adapter_name,
_adapter_type_str(adapter_status.
adapter_type),
......
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