QLogic 7104-1M-CABLE ユーザーズマニュアル

ページ / 130
5–Software Installation
Install QLogic OFED User-level Software with the rpm Command
IB0056101-00  H
5-19
A
Log in as a root user, then change directories by typing:
cd InfiniPath<version>-<date>-<distribution>-x86_64
Alternately, put the RPMs in a directory that is accessible (for example, via 
Network File System (NFS)) to every node.
4.
To install, type the following (as a root user):
#
rpm -Uvh InfiniPath/*.rpm InfiniPath-MPI/*.rpm \
InfiniPath-Devel/*.rpm OtherMPIs/*.rpm \
Documentation/*.rpm
Proceed to 
5.
To install QLogic MPI in an alternate location, type these commands instead 
of those in 
mv InfiniPath-MPI/*.rpm InfiniPath-Devel/mpi-devel* \
Documentation/mpi-doc* QLogic-MPI-prefixed/
Next, install all non-prefixed RPMs by typing:
# rpm -Uvh InfiniPath/*.rpm \
InfiniPath-Devel/infinipath-devel*.rpm \
Documentation/infinipath-doc*.rpm OtherMPIs/*.rpm
Finally, install the prefixed RPMs in /usr/mpi/qlogic by typing:
#
rpm -Uvh --prefix /usr/mpi/qlogic QLogic-MPI-prefixed/*.rpm
The desired prefix should be made available in the $MPICH_ROOT 
environment variable, either by global shell configuration files or through 
third-party environment management utilities such as mpi-selector or the 
Environment Modules. This allows QLogic MPI to correctly locate header 
and library files for MPI compilation and running parallel jobs. See the 
QLogic Host Channel Adapter and QLogic OFED Software Users Guide for 
details.
6.
Reboot the machine.
NOTE:
If you want to use the mpi-selector to switch between QLogic MPI 
and other MPI implementations, install QLogic MPI in an alternate 
location, consistent with that of the other MPIs. Skip to 
.