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

Problem with Intel Cluster Runtime and Intel Cluster Checker

bschaeferhpce_nec_co
590 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
590 Views
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

Benedikt,

It seems that you don't have the latest package of the runtimes.
Please try getting the 'intel-cluster-runtime-2.1-2' from registration center using your Intel Cluster Ready registration information.

Hope it helps.

-- Andres
0 Kudos
Reply