Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28630 Discussions

Compatibility issues by oneapi version(23 to 24)

beginner_developer
243 Views

Hello, experts
I used oneapi base toolkit ver-23 to hybrid code code written in Fortran and code written in c, and developed it in a visual study 2022 environment.

The program I developed works fine with Oneapi ver 23. However, Oneapi ver 24 on another computer and debug it in the same process, the problem of not recognizing omp dll occurs.(can't find omp dlls)
(libifcoremdd.dll, libmmdd.dll)
To solve this problem, added the folder where the comp library and dll are located to the environment variable PATH and completed the configuration setting on the visual studio as described in https://www.intel.com/content/www/us/en/developer/articles/technical/configuring-visual-studio-for-mixed-language-applications.html , but the same problem continued to occur.

However, installing oneapi base toolkit ver-23 fixed the issue.

Can't use the omp library with Ver-24 or am I wrong with the settings?

Thank you for reading the long article despite the lack of explanation.

Labels (2)
0 Kudos
0 Replies
Reply