From cf19709d89693e39647f0bfd2548a01ea2fa34c7 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 2 Sep 2005 10:16:59 +0000 Subject: [PATCH] Oops -- get the TV API prefix right. This commit was SVN r7143. --- contrib/nightly/illegal_symbols_report.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nightly/illegal_symbols_report.pl b/contrib/nightly/illegal_symbols_report.pl index b975c0a5ac..ad6cf5e3b3 100755 --- a/contrib/nightly/illegal_symbols_report.pl +++ b/contrib/nightly/illegal_symbols_report.pl @@ -33,7 +33,7 @@ my @comp_suffixes = (".so"); # Acceptable public symbol prefixes -my @lib_acceptable = ("ompi_" , "mpi_", "MPI_", "OMPI_", "MPI::", "PMPI_", "PMPI::", "mca_", "lt_", "orte_", "epoll", "opal_", "MIPR_"); +my @lib_acceptable = ("ompi_" , "mpi_", "MPI_", "OMPI_", "MPI::", "PMPI_", "PMPI::", "mca_", "lt_", "orte_", "epoll", "opal_", "MPIR_"); my @comp_acceptable = ("mca_", "orte_", "opal_"); # Subject line for e-mail