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

COSDF error ?

billk
Beginner
775 Views
I have been using Intel Fortran for a software project for some time. But just recently I started getting the following error: The procedure entry point cosdf could not be located in the dynamic link library libmmd.dll I put a break point at the first executable statement but it is never reached - I get the above error as soon as I attempt to debug. It looks like cosdf is a trig function in the Intel math library but am not using this function and do not know why I would be gettign such an error.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
775 Views
Look at the definition of the PATH environment variable and make sure that the entry for the Fortran/bin folder comes before any other Intel folders.
0 Kudos
Reply