Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.
-
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?
- General Reference
Show all
Copied.
Platform MPI
Scenarios
This section describes how to install and use Platform MPI (for example, platform_mpi-09.01.04.03r-ce) on an ECS.
Prerequisites
You have configured the ECS password-free login.
Procedure
- Install Platform MPI.
- Run the following command to install the required library file:
- Add the execution permission. For example, the installation package is stored in /root.
# cd /root && chmod +x platform_mpi- 09.01.04.03r-ce.bin
- Run the following command to install Platform MPI:
# ./platform_mpi- 09.01.04.03r-ce.bin
Press Enter or 1 (accept the agreement) as prompted until the installation is complete.
Figure 1 Successful Platform MPI installationThe default installation path is /opt/ibm/platform_mpi.
- Configure MPI environment variables.
- Run the following command to obtain the pkey:
# cat /sys/class/infiniband/mlx5_0/ports/1/pkeys/* | grep -v 0000
Figure 2 Obtaining the pkey - Add the following statements in ~/.bashrc as a common user:
export MPI_ROOT=/opt/ibm/platform_mpi
export PATH=$MPI_ROOT/bin:$PATH
export LD_LIBRARY_PATH=/opt/ibm/platform_mpi/lib/linux_amd64
export MPI_IB_PKEY=pkey obtained in 2.a
$source ~/.bashrcNOTE:
If there are multiple pkeys, use a comma to separate them.
- Run the following command to check whether the environment variables have been imported:
Figure 3 Successfully importing environment variables of Platform MPI
- Run the following command to obtain the pkey:
- Run Platform MPI on an ECS:
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot