0

How to check if all the pre-requisites required for MPI to run has been applied? I want to verify whether the cluster is configured as expected or not.

ArunJose
  • 1,999
  • 1
  • 10
  • 33
AlekhyaV - Intel
  • 580
  • 3
  • 21
  • If you can eat you own dog food, try Intel Cluster Checker https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/cluster-checker.html :-) – Gilles Gouaillardet Apr 26 '21 at 10:35

1 Answers1

0

You can use Cluster Checker tool provided by Intel.

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

clck -f ./<nodefile> -F mpi_prereq_user

The above code will run diagnostic checks related to Intel® MPI Library functionality and help verify that the cluster is configured as expected.

AlekhyaV - Intel
  • 580
  • 3
  • 21
  • if this is an infomercial, you should clearly state it. And if Intel Cluster Checker only supports Intel MPI, that should also be made crystal clear. – Gilles Gouaillardet Apr 26 '21 at 13:14