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
"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
链接已复制
2 回复数
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.
