Skip to content

Commit

Permalink
Add monitoring scripts to the 'make dist'
Browse files Browse the repository at this point in the history
Also install them in the build and the install directories.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
  • Loading branch information
bosilca committed Jun 21, 2017
1 parent f656b19 commit 68c0163
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/monitoring/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2013-2016 The University of Tennessee and The University
# Copyright (c) 2013-2017 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
# reserved.
# Copyright (c) 2013-2017 Inria. All rights reserved.
Expand All @@ -14,6 +14,8 @@
# $HEADER$
#

EXTRA_DIST = profile2mat.pl aggregate_profile.pl

# This test requires multiple processes to run. Don't run it as part
# of 'make check'
if PROJECT_OMPI
Expand Down Expand Up @@ -52,8 +54,14 @@ if MCA_BUILD_ompi_pml_monitoring_DSO
ompi_monitoring_prof_la_LIBADD = \
$(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la \
$(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la
AC_CONFIG_LINKS([test/monitoring/profile2mat.pl:test/monitoring/profile2mat.pl
test/monitoring/aggregate_profile.pl:test/monitoring/aggregate_profile.pl])
endif # MCA_BUILD_ompi_pml_monitoring_DSO

if OPAL_INSTALL_BINARIES
bin_SCRIPTS = profile2mat.pl aggregate_profile.pl
endif # OPAL_INSTALL_BINARIES

endif # PROJECT_OMPI

distclean:
Expand Down

0 comments on commit 68c0163

Please sign in to comment.