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

Missing library function

dajum
新手
470 次查看
Running version 11.1.065 and trying to run an executable that linked okay we get the foillowing message:
"The procedure entry point for for_array_copy_out could not be located in the dynamic link library libifcoremd.dll". Any idea what this is a symptom of (why it would be looking for that entry point and not finding it).

Thanks

Dave
0 项奖励
2 回复数
Steven_L_Intel1
470 次查看
You have an older libifcoremd.dll in your PATH.
0 项奖励
TimP
名誉分销商 III
470 次查看
Please check whether the dll on PATH at run time is the one which came with the compiler. If it is an older one, it may not resolve the function references which the compiler put in the .exe. If you are running from a command line window, the one which you open from the start menu intel fortran selection should have the correct PATH settings.
0 项奖励
回复