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.
1 parent 98f2221 commit ed220deCopy full SHA for ed220de
config/opal_configure_options.m4
@@ -158,6 +158,7 @@ else
158
AC_MSG_RESULT([no])
159
WANT_DEBUG=0
160
fi
161
+WANT_DEBUG=1
162
163
164
AC_MSG_CHECKING([if want to developer-level timing framework])
opal/runtime/opal_finalize.c
@@ -184,7 +184,9 @@ int opal_finalize(void)
184
185
/* finalize util code */
186
fprintf(stderr, "finalizing opal_util\n");
187
+#if 0
188
opal_finalize_util();
189
+#endif
190
fprintf(stderr, "finalized opal_util\n");
191
192
return OPAL_SUCCESS;
0 commit comments