Skip to content

Commit

Permalink
Allow the monitoring infrastructure to be compiled.
Browse files Browse the repository at this point in the history
Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
(cherry picked from commit 21e3d11)
  • Loading branch information
bosilca committed Aug 17, 2023
1 parent 1ad127d commit 8925362
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
5 changes: 1 addition & 4 deletions ompi/mca/coll/monitoring/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
# ------------------------------------------------
AC_DEFUN([MCA_ompi_coll_monitoring_CONFIG],[
AC_CONFIG_FILES([ompi/mca/coll/monitoring/Makefile])

AS_IF([test "$MCA_BUILD_ompi_common_monitoring_DSO_TRUE" = ''],
[$1],
[$2])
[$1]
])dnl

11 changes: 4 additions & 7 deletions ompi/mca/common/monitoring/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@
AC_DEFUN([MCA_ompi_common_monitoring_CONFIG],[
AC_CONFIG_FILES([ompi/mca/common/monitoring/Makefile])

m4_ifdef([project_ompi], [
m4_ifdef([MCA_BUILD_ompi_common_monitoring_DSO_TRUE],
[AC_CONFIG_LINKS(profile2mat.pl:test/monitoring/profile2mat.pl
aggregate_profile.pl:test/monitoring/aggregate_profile.pl)])])
m4_ifdef([project_ompi],
[AC_CONFIG_LINKS(test/monitoring/profile2mat.pl:ompi/mca/common/monitoring/profile2mat.pl
test/monitoring/aggregate_profile.pl:ompi/mca/common/monitoring/aggregate_profile.pl)])


AS_IF([test "$MCA_BUILD_ompi_common_monitoring_DSO_TRUE" = ''],
[$1],
[$2])
[$1]
])dnl
5 changes: 1 addition & 4 deletions ompi/mca/osc/monitoring/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ EOF
AC_DEFUN(
[MCA_ompi_osc_monitoring_CONFIG],
[AC_CONFIG_FILES([ompi/mca/osc/monitoring/Makefile])

AS_IF([test "$MCA_BUILD_ompi_common_monitoring_DSO_TRUE" = ''],
[$1],
[$2])
[$1]

MCA_OMPI_OSC_MONITORING_GENERATE_TEMPLATES(
[ompi/mca/osc/monitoring/osc_monitoring_template_gen.h],
Expand Down
5 changes: 1 addition & 4 deletions ompi/mca/pml/monitoring/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
# ------------------------------------------------
AC_DEFUN([MCA_ompi_pml_monitoring_CONFIG],[
AC_CONFIG_FILES([ompi/mca/pml/monitoring/Makefile])

AS_IF([test "$MCA_BUILD_ompi_common_monitoring_DSO_TRUE" = ''],
[$1],
[$2])
[$1]
])dnl


0 comments on commit 8925362

Please sign in to comment.