Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何检查是否已应用 MPI 运行所需的所有先决条件?我想验证集群是否按预期配置。
您可以使用 Intel 提供的 Cluster Checker 工具。
链接:[https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/cluster-checker.html]
clck -f ./<nodefile> -F mpi_prereq_user
上述代码将运行与英特尔® MPI 库功能相关的诊断检查,并帮助验证集群是否按预期配置。