Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2159 Discussions

Problem ICR with Intel Cluster runtime

bschaeferhpce_nec_co
368 Views
Dear support,

I tried to run Intel Cluster Checker 1.3p-004 with Intel-cluster-runtime-2.1-1.
I get the following errors:
Intel Math Kernel Library Cluster Edition runtime version 9.0 or later, (intel_cmkl_rtl_9_0)...................................FAILED
subtest '/opt/intel/cmkl/10.2.0.013/lib/32/libmkl.so' failed
- failing All hosts returned: 'missing'
subtest '/opt/intel/cmkl/10.2.0.013/lib/em64t/libmkl.so' failed
- failing All hosts returned: 'missing'
Intel Threading Building Blocks runtime version 1.0 or later, (intel_tbb_rtl_1_0)..............................................FAILED
subtest '/opt/intel/tbb/2.1/lib/libtbb.so' failed
- failing All hosts returned: 'missing'
subtest '/opt/intel/tbb/2.1/lib/libtbb_debug.so' failed
- failing All hosts returned: 'missing'
subtest '/opt/intel/tbb/2.1/lib/libtbbmalloc.so' failed
- failing All hosts returned: 'missing'
subtest '/opt/intel/tbb/2.1/lib/libtbbmalloc_debug.so' failed
- failing All hosts returned: 'missing'

It seems that the missing libs are not in the intel-cluster-runtime rpm:
rpm -qil intel-cluster-runtime-2.1-1|grep /opt/intel/cmkl/10.2.0.013/lib/32/libmkl.so
rpm -qil intel-cluster-runtime-2.1-1|grep /opt/intel/cmkl/10.2.0.013/lib/em64t/libmkl.so

or the location is wrong:
ll /opt/intel/tbb/2.1/lib/libtbb.so
ls: /opt/intel/tbb/2.1/lib/libtbb.so: No such file or directory
ll /opt/intel/tbb/2.1/lib/ia32/libtbb.so
-rwxrwxrwx 1 root root 20 Mar 26 09:47 /opt/intel/tbb/2.1/lib/ia32/libtbb.so

Thanks.

best regards
Benedikt Schaefer
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Benedikt Schaefer bschaefer@hpce.nec.com ~
~ System Analyst ~
~ NEC Deutschland GmbH ~
~ HPCE Division ~
~ Hessbruehlstr. 21B, D-70565 Stuttgart, Germany ~
~ Tel:+49 711 780 55 21 Mobile:+49 173 9111587 Fax:+49 711 687 71 45 ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ NEC Deutschland GmbH, Reichenbachstr. 1, D-85737 Ismaning ~
~ Geschaeftsfuehrer: Yuya Momose ~
~ Handelsregister Dsseldorf HRB 57941; VAT ID DE129424743 ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
1 Reply
Andres_M_Intel4
Employee
368 Views
Benedikt,

The issue you mention is a known issue.

The Intel Math Kernel Library linking scripts and the location of some Intel Threading Building Blocks files have changed on their latest release.Intel Cluster Checker tries to verify that the files are present as in previous releases.

A new version of the Intel Cluster Ready runtime will be available soon to quickly resolve the issue.
Also Intel Cluster Checker will improve its verification approach to a package-independent check on its next release.
0 Kudos
Reply