Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

installation problem

Ben_Gu
Beginner
811 Views
can't get mkl installed, Installation becomes nonresponsive after typing "accpet" for the EULA, here is what i got,

Do you agree to be bound by the terms and conditions of this license agreement?
Type "accept" to continue or "decline" to back to the previous menu: accept
Type "accept" to continue or "decline" to back to the previous menu: accept
Type "accept" to continue or "decline" to back to the previous menu: accept
Type "accept" to continue or "decline" to back to the previous menu: accept
Type "accept" to continue or "decline" to back to the previous menu: decline
Type "accept" to continue or "decline" to back to the previous menu: decline
Type "accept" to continue or "decline" to back to the previous menu:
Type "accept" to continue or "decline" to back to the previous menu:
Type "accept" to continue or "decline" to back to the previous menu:
Type "accept" to continue or "decline" to back to the previous menu:
Type "accept" to continue or "decline" to back to the previous menu:


after that, i had to manually kill the process. Any idea on what's going on, thanks!

0 Kudos
5 Replies
Gennady_F_Intel
Moderator
811 Views

Ben, what MKL version you are trying to install?
--Gennady
0 Kudos
Gennady_F_Intel
Moderator
811 Views

Ben,
some more questions related your problem:
Could you provide log file and some system info, please? It will help us to investigate issue.
1) ls /tmp | grep intel | grep log (please sort logs by date to select proper one)
2) uname -a (system info)
3) cat /etc/*issue (distribution name and version)
4) locale (locale properties)
The workaround is to install MKL package manually, please go to / directory and find there product RPM file. Please install it with: rpm -i

--Gennady

0 Kudos
Ben_Gu
Beginner
811 Views
Hi Gennady, thanks for the reply. I was trying to install l_mkl_p_10.1.1.019.
Here is what i have in the log file,

r1aakp[r1aakp-ec1]mica/l_mkl_p_10.1.1.019> more /tmp/intel.issa.r1aakp.r1aakp-ec1_04.03.15.02.23.2009.log
2009-04-03 15:02:29: INFO: ISSA API v1.0 Log Start
2009-04-03 15:02:29: DEBUG: Exiting issaapi_cpp::set_log_level /root/DevArea/issaapi/issaapi.cpp 1065
2009-04-03 15:02:35: DEBUG: Entering issaapi_cpp::set_chklic_path /root/DevArea/issaapi/issaapi.cpp 764
2009-04-03 15:02:35: DEBUG: Exiting issaapi_cpp::set_chklic_path /root/DevArea/issaapi/issaapi.cpp 768
2009-04-03 15:02:35: DEBUG: Entering issaapi_cpp::chklic_is_ok /root/DevArea/issaapi/issaapi.cpp 490
2009-04-03 15:02:35: INFO: /tmp/intel.pset.r1aakp.r1aakp-ec1_04.03.15.02.23.2009/32e/../chklic/chklic.x64 -d >&/dev/null
2009-04-03 15:02:35: INFO: /tmp/intel.pset.r1aakp.r1aakp-ec1_04.03.15.02.23.2009/32e/../chklic/chklic.x64 -d >&/dev/null status is 0
2009-04-03 15:02:35: DEBUG: Exiting issaapi_cpp::chklic_is_ok /root/DevArea/issaapi/issaapi.cpp 497
2009-04-03 15:05:39: INFO: ### SmartEngineArchiveDencryptor::~SmartEngineArchiveDencryptor
2009-04-03 15:05:39: INFO: SmartEngineArchiveDencryptor: object destroyed
2009-04-03 15:05:39: INFO: RegCenterAdapter - destructed
2009-04-03 15:05:39: INFO: LicenseHandler - destructed
2009-04-03 15:05:39: INFO: ### SmartEngineArchiveDencryptor::~SmartEngineArchiveDencryptor
2009-04-03 15:05:39: INFO: SmartEngineArchiveDencryptor: object destroyed
2009-04-03 15:05:39: INFO: ### SmartEngineArchiveDencryptor::~SmartEngineArchiveDencryptor
2009-04-03 15:05:39: INFO: SmartEngineArchiveDencryptor: object destroyed
2009-04-03 15:05:39: INFO: ### SmartEngineArchiveDencryptor::~SmartEngineArchiveDencryptor
2009-04-03 15:05:39: INFO: SmartEngineArchiveDencryptor: object destroyed

r1aakp[r1aakp-ec1]mica/l_mkl_p_10.1.1.019> uname -a
Linux r1aakp-ec1 2.6.9-55.0.12.ELsmp #1 SMP Wed Oct 17 08:15:59 EDT 2007 x86_64 GNU/Linux

r1aakp[r1aakp-ec1]mica/l_mkl_p_10.1.1.019> cat /etc/*issue
Red Hat Enterprise Linux WS release 4 (Nahant Update 5)
Kernel r on an m


- NOTICE -

This computer resource is the property of Freescale. Authorized persons
may use Freescale computer resources only for approved purposes. Misuse or
misappropriation of company networks and systems is prohibited.

Freescale reserves the right to audit, access and inspect electronic
communications and data created, stored, or transmitted on its computer
resources in accordance with applicable law. Freescale also reserves the
right to add necessary files and modify the configuration of any
connected computer or system to ensure the security and integrity of
its computer resources.

BY COMPLETING THE LOGIN PROCESS YOU ARE ACKNOWLEDGING AND CONSENTING TO
THE PROVISIONS OF THIS NOTICE AND POLICY SOP 16-62. IF YOU ARE NOT AN
AUTHORIZED USER, PLEASE DISCONTINUE THE LOGIN PROCESS NOW.

r1aakp[r1aakp-ec1]mica/l_mkl_p_10.1.1.019> locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=


Ben,
some more questions related your problem:
Could you provide log file and some system info, please? It will help us to investigate issue.
1) ls /tmp | grep intel | grep log (please sort logs by date to select proper one)
2) uname -a (system info)
3) cat /etc/*issue (distribution name and version)
4) locale (locale properties)
The workaround is to install MKL package manually, please go to / directory and find there product RPM file. Please install it with: rpm -i

--Gennady


0 Kudos
Nikolay_L_Intel
Employee
811 Views
Hello Ben, Gennady,
Thank you for information, we will investigate this issue.

Ben,
did you install MKL? did youuse workaroundwith direct RPM call? Please let me know if you need any assistance with MKL installation.

Thank you,
- Nikolay
0 Kudos
Ben_Gu
Beginner
811 Views
yes, i was able to install it usign the workaround provided by gennday.

thanks,
Ben

0 Kudos
Reply