a954425021
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/openmpi#5707e44d8db28794ea2a4b74efcb8dd5b6316d38
7 lines
337 B
Plaintext
7 lines
337 B
Plaintext
from Config import *
|
|
addFilter("shared-library-calls-exit .*/lib(mpi|open-rte|oshmem|_java)\.so");
|
|
# We use environment modules to load these paths
|
|
addFilter("file-not-in-%lang /usr/share/man/openmpi-");
|
|
addFilter("invalid-locale-man-dir /usr/share/man/openmpi-");
|
|
addFilter("library-without-ldconfig-post[iu]n /usr/lib(|64)/openmpi/");
|