We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 168b307 + c7a2619 commit d5cd796Copy full SHA for d5cd796
opal/mca/common/ofi/common_ofi.c
@@ -21,6 +21,7 @@
21
#include <errno.h>
22
#include <unistd.h>
23
#include <rdma/fabric.h>
24
+#include <rdma/fi_errno.h>
25
#ifdef HAVE_RDMA_FI_EXT_H
26
#include <rdma/fi_ext.h>
27
#endif
@@ -186,9 +187,9 @@ int opal_common_ofi_export_memory_monitor(void)
186
187
if (NULL != opal_common_ofi_monitor) {
188
free(opal_common_ofi_monitor);
189
}
- }
190
191
- opal_common_ofi_installed_memory_monitor = false;
+ opal_common_ofi_installed_memory_monitor = false;
192
+ }
193
194
OPAL_THREAD_UNLOCK(&opal_common_ofi_mutex);
195
0 commit comments