From ad0c6059a82c165686ae8bdc0a435beeef3c8de9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 1 Sep 2005 14:08:11 +0000 Subject: [PATCH] Add MPIR_ as an acceptable prefix This commit was SVN r7128. --- 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 8e31db4e4e..b975c0a5ac 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_"); +my @lib_acceptable = ("ompi_" , "mpi_", "MPI_", "OMPI_", "MPI::", "PMPI_", "PMPI::", "mca_", "lt_", "orte_", "epoll", "opal_", "MIPR_"); my @comp_acceptable = ("mca_", "orte_", "opal_"); # Subject line for e-mail