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

"The procedure entry point for_error_stop could not be located...

OP1
New Contributor II
427 Views

Suddenly, I encounter this message while trying to run my code (which compiles fine with  Intel(R) Visual Fortran Compiler XE 14.0.4.237 [Intel(R) 64]...): The procedure entry point for_error_stop could not be located in the dynamic library libifcoremd.dll.

Any suggestion regarding the root cause for this?

0 Kudos
2 Replies
Steven_L_Intel1
Employee
427 Views

You probably have a very old copy of libifcoremd.dll on PATH or in the folder of the executable. Alternatively, you have a 32-bit copy of that DLL on PATH and are executing this on a 32-bit only system.

0 Kudos
OP1
New Contributor II
427 Views

Thanks Steve. There was indeed a configuration problem; some strangeness occurred in the VS2013 configuration manager where target platform names got mixed up.

0 Kudos
Reply