Commit aac1647
committed
btl: fix ompi_info for btl_flags
The flag enumerator used for btl_flags was missing an entry for the
MCA_BTL_FLAGS_RDMA_REMOTE_COMPLETION flags. If this flag was set on a btl then
it would cause ompi_info to fail when attempting to get the value for btl_flags
leading to it just being omited from the output (another bug since it should
fail and print an error).
Signed-off-by: Nathan Hjelm <hjelmn@google.com>1 parent ba35ec8 commit aac1647
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
276 | 279 | | |
277 | 280 | | |
278 | 281 | | |
| |||
0 commit comments