更新时间:2022-08-29 GMT+08:00
Platform MPI
操作场景
该任务指导用户在BMS集群上运行Platform MPI应用(platform_mpi- 09.01.04.03r-ce.bin版本)。
前提条件
- 已配置BMS集群间互相免密登录。
- 集群中所有的BMS,均已安装Platform MPI。
操作步骤
- 关闭防火墙。
- 修改配置文件。
- 执行以下命令,在BMS集群上运行社区OpenMPI。
$ mpirun -np 12 -machinefile hostfile /home/rhel/hello
图3 BMS集群上Platform MPI运行成功
hostfile文件在运行时需要指定路径,可执行文件hello路径需为绝对路径,集群中所有可执行文件在同一路径下。