Compiling and Installing IMB
If a shared directory or file system exists in the system, you are advised to upload the IMB installation package to and install it in the shared directory or file system.
Procedure
- Configure Open MPI environment variables. For details, see Installing OpenMPI.
- Upload the IMB installation package mpi-benchmarks-master.zip to the /home directory on a server.
- Use PuTTY to log in to the server as the root user.
- Run the following commands to compile and install IMB:
cd /home
unzip mpi-benchmarks-master.zip
cd mpi-benchmarks-master/src_c
make
After the compilation is successful, the executable file IMB-MPI1 is generated in the current directory. You can run the ls command to view the file. Figure 1 shows the command output.
Parent topic: Software Installation and Environment Configuration
