Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
5.19. openmpi
Open MPI, MVAPICH, and MVAPICH2 are all competing implementations of the Message Passing Interface (MPI) standard. MVAPICH implements version 1 of the MPI standard, while Open MPI and MVAPICH2 both implement the later, version 2 of the MPI standard.
mvapichandmvapich2in Red Hat Enterprise Linux 5 are compiled to support only InfiniBand/iWARP interconnects. Consequently, they will not run over ethernet or other network interconnects. (BZ#466390)- When upgrading openmpi using yum, the following warning may be returned:The message is harmless and can be safely ignored. (BZ#463919)
cannot open `/tmp/openmpi-upgrade-version.*' for reading: No such file or directory - A bug in previous versions of
openmpiandlammay prevent you from upgrading these packages. This bug manifests in the following error (when attempting to upgradeopenmpiorlam:error: %preun(openmpi-[version]) scriptlet failed, exit status 2As such, you need to manually remove older versions ofopenmpiandlamin order to install their latest versions. To do so, use the followingrpmcommand:rpm -qa | grep '^openmpi-\|^lam-' | xargs rpm -e --noscripts --allmatches(BZ#433841)