From 78cba1f70fa65cea76511da54497be7bc8c1b6ff Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 14 Aug 2005 11:49:37 +0000 Subject: [PATCH] Update the illegal symbol report to allow opal_ prefixes This commit was SVN r6869. --- contrib/nightly/illegal_symbols_report.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/nightly/illegal_symbols_report.pl b/contrib/nightly/illegal_symbols_report.pl index fa98a91e02..8e31db4e4e 100755 --- a/contrib/nightly/illegal_symbols_report.pl +++ b/contrib/nightly/illegal_symbols_report.pl @@ -33,8 +33,8 @@ my @comp_suffixes = (".so"); # Acceptable public symbol prefixes -my @lib_acceptable = ("ompi_" , "mpi_", "MPI_", "OMPI_", "MPI::", "PMPI_", "PMPI::", "mca_", "lt_", "orte_", "epoll"); -my @comp_acceptable = ("mca_", "orte_"); +my @lib_acceptable = ("ompi_" , "mpi_", "MPI_", "OMPI_", "MPI::", "PMPI_", "PMPI::", "mca_", "lt_", "orte_", "epoll", "opal_"); +my @comp_acceptable = ("mca_", "orte_", "opal_"); # Subject line for e-mail