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

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

fgarelli
Beginner
1,241 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
5 Replies
Barbara_P_Intel
Employee
1,195 Views

Does this answer help?

0 Kudos
fgarelli
Beginner
1,139 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
Employee
1,119 Views

Compile and link with the compiler option: /Qopenmp.

 

0 Kudos
jph
New Contributor I
303 Views

I'm getting the same error (point__kmpc_free) but DO have the compiler option set (Qopenmp) (VS Professional 2022

0 Kudos
jph
New Contributor I
303 Views

also, I can run the code from inside the IDE, but am getting this error when I attempt to run it from the cmd line ...

0 Kudos
Reply