Installing the Performance tools-imb Tool
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following commands to install OpenMPI and IMB on the compute node:
yum install openmpi3-gnu7-ohpc.aarch64 -y
yum install imb-gnu7-openmpi3-ohpc.aarch64 -y
- Configure environment variables in the .bashrc file of the compute node.
- Open .bashrc.
vi /root/.bashrc
- Press i to enter the insert mode and modify the file as follows:
module use /opt/ohpc/pub/moduledeps/gnu7-openmpi3/ module use /opt/ohpc/pub/moduledeps/gnu7 module use /opt/ohpc/pub/modulefiles/ module add openmpi3/3.1.0 module add imb/2018.1
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open .bashrc.
Parent topic: Installing Test Tools