1
1

Apparently we have not been following the new prefix rule in the OMPI

layer -- public symbols in components should begin with ompi_
(vs. mca_).

This commit was SVN r8590.
Этот коммит содержится в:
Jeff Squyres 2005-12-22 13:50:15 +00:00
родитель 54c4bd3ce2
Коммит 4395d440dc

Просмотреть файл

@ -39,7 +39,7 @@ my @lib_acceptable = ("ompi_" , "mpi_", "MPI_", "OMPI_", "MPI::", "PMPI_", "PMPI
# Portland Group compiler adds a bunch of these
"pghpf_",
);
my @comp_acceptable = ("mca_", "orte_", "opal_",
my @comp_acceptable = ("mca_", "ompi_", "orte_", "opal_",
# The latest incarnation of ROMIO adds these
"MPIO_", "MPIOI_", "ADIO_", "ADIOI_", "MPIU_",
);