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.
Этот коммит содержится в:
родитель
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_",
|
||||
);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user