All Documents
High Performance ComputingHigh Performance Computing
-
User Guide
- Overview
- Typical Applications in the ECS Scenario
- Best Practices in the ECS Scenario
- Typical Applications in the BMS Scenario
- Change History
-
HPC-S² User Guide
- Overview
- Getting Started
- User Guide
-
FAQs
- Why Am I Still Charged After I Deleted My Cluster?
- What Can I Do If a Compute Node Cannot Be Found or Fails to Be Added to a Cluster?
- If I Fail to Deploy a Cloud Server in a Cluster, Can I Deploy It in Another Cluster?
- What Can I Do If I Receive Error Message "Insufficient EIP quota"?
- What Can I Do If the Maximum Number of Clusters Has Been Reached?
- What Can I Do If I Receive Error Message "master node cannot reached" But the Master Node is Running?
- Change History
Help Center>
High Performance Computing>
User Guide>
Typical Applications in the ECS Scenario>
Installing and Using MPIs>
Intel MPI
Updated at: Feb 10, 2022 GMT+08:00
Intel MPI
Scenarios
This section describes how to install and use Intel MPI (for example, l_mpi_2018.0.128) on an ECS.
Prerequisites
You have configured the ECS password-free login.
Procedure
- Install Intel MPI.
- Download Intel MPI.
Download path: https://software.intel.com/en-us/intel-mpi-library
- Run the following commands to decompress and install Intel MPI:
For example, run the following commands to decompress and install l_mpi_2018.0.128.tgz:
# tar -xvf l_mpi_2018.0.128.tgz
# cd l_mpi_2018.0.128/
# ./install.sh
Figure 1 Successful Intel MPI installation
- Download Intel MPI.
- Configure environment variables.
- Run the following command to check whether environment variables are imported successfully:
# which mpirun
If information shown in Figure 2 is displayed, the environment variables have been imported.
- Run the following commands to run Intel MPI on an ECS:
Parent topic: Installing and Using MPIs