You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
margo_state_dump is only currently available in margo@master, hence we cannot compile with the latest margo release. To fix, use of margo_state_dump requires Chimbuko to be built with the --enable-margo-state-dump option.
Copy file name to clipboardExpand all lines: configure.ac
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,12 @@ fi
142
142
#AC_ARG_WITH([perf-metric], AS_HELP_STRING([--with-perf-metric], [Specify use of performance metrics]),[AC_DEFINE([_PERF_METRIC],[1],[Use performance metrics])],[])
143
143
AC_ARG_WITH([perf-metric], AS_HELP_STRING([--with-perf-metric], [Specify use of performance metrics]),[PS_FLAGS+=" -D_PERF_METRIC"],[])
144
144
145
+
#Enable ProvdDB margo state dump (currently requires master branch of margo)
146
+
AC_ARG_ENABLE([margo-state-dump],
147
+
[AS_HELP_STRING([--enable-margo-state-dump], [Enable ProvdDB margo state dump (currently requires master branch of margo)])],
148
+
[AC_DEFINE([ENABLE_MARGO_STATE_DUMP],[1],[Use margo state dump])],
0 commit comments