Intel® oneAPI Base Toolkit
Support for core tools and libraries to build and deploy high-performance data-centric applications
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
347 Discussions

intelpython encounter issue in running sys_check.sh script after installing oneAPI

Rizwan1
Beginner
733 Views


[******@localhost oneapi]$ sh sys_check.sh
:: advisor -- latest
:: vtune -- latest
:: dpcpp-ct -- latest
:: compiler -- latest
Warning: INTEL_FPGA_ROOT is not set.
Please ensure Intel(R) FPGA Add-on for oneAPI Base Toolkit is installed
if you want to perform FPGA bitstream generation.
Warning: Open Programmable Acceleration Engine (OPAE) driver was not found.
If Intel(R) Programmable Acceleration Card with Intel(R) Arria(R) 10 GX
or Intel(R) Stratix(R) 10 SX FPGA is installed in the system, please
install OPAE driver by running
aocl install <board package name or path>
:: intelpython -- latest
..None
None
None

======================================================================
ERROR: test_smoke (__main__.TestIntelDistribution) (package='mkl_random')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/intel/oneapi/intelpython/latest/sys_check/sys_check.py", line 72, in test_smoke
raise err
File "/opt/intel/oneapi/intelpython/latest/sys_check/sys_check.py", line 65, in test_smoke
subprocess.run('python "' + imports_file + '"',
File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'python "/opt/intel/oneapi/intelpython/python3.9/pkgs/mkl_random-1.2.2-py39h4ac99d2_7/info/test/run_test.py"' died with <Signals.SIGSEGV: 11>.

======================================================================
ERROR: test_smoke (__main__.TestIntelDistribution) (package='scikit-learn')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/intel/oneapi/intelpython/latest/sys_check/sys_check.py", line 72, in test_smoke
raise err
File "/opt/intel/oneapi/intelpython/latest/sys_check/sys_check.py", line 65, in test_smoke
subprocess.run('python "' + imports_file + '"',
File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'python "/opt/intel/oneapi/intelpython/python3.9/pkgs/scikit-learn-0.24.2-py39ha9443f7_0/info/test/run_test.py"' died with <Signals.SIGSEGV: 11>.

======================================================================
ERROR: test_smoke (__main__.TestIntelDistribution) (package='xgboost')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/intel/oneapi/intelpython/latest/sys_check/sys_check.py", line 72, in test_smoke
raise err
File "/opt/intel/oneapi/intelpython/latest/sys_check/sys_check.py", line 65, in test_smoke
subprocess.run('python "' + imports_file + '"',
File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'python "/opt/intel/oneapi/intelpython/python3.9/pkgs/xgboost-1.4.3-1596_gbab738py39_4/info/test/run_test.py"' died with <Signals.SIGSEGV: 11>.

----------------------------------------------------------------------
Ran 3 tests in 48.751s

FAILED (errors=3)

Failed
:: inspector -- latest
No Issues Encountered.

 

 

 

 

How to solve this intelpython  issue?

0 Kudos
6 Replies
HemanthCH_Intel
Moderator
707 Views

Hi,


Thanks for reaching out to us.


Could you please let us know the OS details which you are using?

Could you please mention what are the oneAPI toolkits you have installed and also mention the version?


Thanks & Regards,

Hemanth.


Rizwan1
Beginner
694 Views

I have installed CentOS 8.5 and the Intel OneAPI version is 2022.0.1 and installed through GUI Installer

The screenshot is also attached

Screenshot from 2022-01-14 09-55-15.png

Rizwan1
Beginner
686 Views

I am also getting a Segmentation fault (core dumped) message every time after installing Intel OneAPI 2022.0.1 on CentOS 8.5

 

Thread 1 received signal SIGSEGV, Segmentation fault.
0x00007fffef07cfcc in mkl_serv_free_buffers () from /opt/intel/oneapi/mkl/2022.0.1/lib/intel64/libmkl_core.so.2

 

 

HemanthCH_Intel
Moderator
662 Views

Hi,

 

Regarding your initial query, we are working on it internally and will get back to you soon.

 

Since you are asking a new query that is not related to your initial query, we recommend you post a new question in the Intel Math Kernel Library forum. The link to the forum is given below.

https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bd-p/oneapi-math-kernel-library

 

Thanks & Regards,

Hemanth.

 

ayu1
Employee
562 Views

Since python installation issue has been resolved, I'm focusing on the customer's claim of performance drop with MKL library and updating the issue.


ayu1
Employee
548 Views
Reply