Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
803 ディスカッション

Crash in Wolfram Mathematica 14.1 prompted contacting Intel

leoHD
ビギナー
1,181件の閲覧回数

After successful installation from the .sh file, Wolfram Mathematica (Linux 14.1 (web documentation version)) crashes and outputs the following:

leo@penguin:/usr/local/Wolfram/Wolfram/14.1/Executables$ ./WolframNB
OMP: Error #13: Assertion failure at kmp_affinity.cpp(644).
OMP: Hint Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see http://www.intel.com/software/products/support/.

This issue was communicated to Wolfram support, but they professed that it was not their issue due to this issue "not being on their end". I also have submitted this bug to Google, to no avail. This is a supported environment (Debian Linux) being virtualized on ChromeOS. Information regarding the system you can find below:

Virtual system:

OS: Debian GNU/Linux 12 (bookworm) x86_64
Host: crosvm 
Kernel: 6.6.50-05083-g5a8e7e69b744
CPU: AMD Ryzen 3 3250C 15W with Radeon Graphics (4)
GPU: 00:02.0 Red Hat, Inc. Virtio 1.0 GPU 

 ChromeOS system:

Google Chrome	130.0.6723.101 (Official Build) (64-bit) 
Revision	73ae6c8a1aba21e67dd04e1f6a905abe8f441ac9-refs/branch-heads/6723@{#1733}
Platform	16033.51.0 (Official Build) stable-channel zork
Firmware Version	Google_Morphius.13434.356.0
Customization ID	morphius
ARC	12498047 SDK Version: 33
JavaScript	V8 13.0.245.18

Thank you for your help, I am pretty sure this is the right area for this issue.

0 件の賞賛
2 返答(返信)
Viet_H_Intel
モデレーター
937件の閲覧回数

We would need to know which compiler version is being used, command line options and a test case to reproduce the error to investigate.

 

robinsoa
ビギナー
320件の閲覧回数

I've reproduced this bug using a similar system, also while attempting to launch Wolfram versions 14.1 and 14.3.

> math
OMP: Error #13: Assertion failure at kmp_affinity.cpp(644).
OMP: Hint Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see http://www.intel.com/software/products/support/.
Aborted (core dumped)

This is on a virtualized Debian system running on ChromeOS (crostini)

OS: Debian GNU/Linux 12 (bookworm) x86-64 
Kernel: 6.6.76-08174-g2f3b34fb3650
CPU: 12th Gen Intel(R) Core(TM) i7-1265U

 Chrome OS

Google Chrome: Version 139.0.7258.172 (Official Build) (64-bit)
Platform: 16328.72.0 (Official Build) stable-channel brya
Channel: stable-channel
Firmware Version: Google_Primus.14505.736.0
ARC Enabled: true
ARC: 14057587
Enterprise Enrolled: false
Developer Mode: false

Wolfram 14.1 and 14.3 are installed from a pre-compiled package targeted at x86-64 Debian Linux systems using the gcc 12.3.1 compiler.  In grepping the package, the only instance of kmp_affinity in the binary files is in libiomp5.so which appears to be compiled using 

Intel(R) oneAPI DPC++/C++ Compiler 2023.2.0 (2023.2.0.20230622)

based on a strings extraction from the binary.  I do not have access to the actual build environment or to the make files.

 

For those attempting to run Wolfram / Mathematica in Chrome crostini, setting the environmental variable

export KMP_AFFINITY=disabled

is able to disable the functionality and bypass the bug.

返信