如何检查 MPI 运行 所需的所有先决条件是否已应用?

How to check if all the pre-requisites required for MPI to run has been applied?

如何检查是否已应用 MPI 运行 所需的所有先决条件?我想验证集群是否按预期配置。

您可以使用 Intel 提供的 Cluster Checker 工具。

Link: [https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/cluster-checker.html]

clck -f ./<nodefile> -F mpi_prereq_user

以上代码将 运行 与英特尔® MPI 库功能相关的诊断检查,并帮助验证集群是否按预期配置。