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

Procedure entry point__kmpc_free could not be located in the dynamic link library

fgarelli
Beginner
692 Views

Hi, i built the starter and the engine of openradioss but i cannot launch any job cause of this error: Procedure entry point__kmpc_free could not be located in the dynamic link library C:\tmp\openradioss\exec\starter_win64.exe
Any ideas of how to solve it?

fgarelli_1-1683722028186.png

 

0 Kudos
3 Replies
Barbara_P_Intel
Moderator
646 Views

Does this answer help?

0 Kudos
fgarelli
Beginner
590 Views

Hi Barbara, thank you for the answer.

I cannot enable the openMP library since I could not find any option in Visual Studio 2022 or through command line.

Do you have any suggestion of how to enable it? Hope this is going to solve the problem

0 Kudos
Barbara_P_Intel
Moderator
570 Views

Compile and link with the compiler option: /Qopenmp.

 

0 Kudos
Reply