Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

The compiling problems in intel ODE solver

Belmiro_C_
Beginner
258 Views

Hi,

I am installing intel ODE solver on a linux 64-bit OS system
I used the intel fortran compiler.

Following the installation manual, I've tried to run the examples by doing :

ifort -static iode_example_f.f -I../../include -L../../lib/intel64 -liode_intel64 -lm -o iode.out

However, I've got the following error message: 
ld: cannot find -liode_intel64

I really have no idea why it can't find this.

Would you give me some comments on it???

Regards,

Belmiro
 

 

 

 

 

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
258 Views

Have you checked LD_LIBRARY_PATH?

0 Kudos
Belmiro_C_
Beginner
258 Views

I found that I use the windows file wrongly. Sorry....
After I used the Linux one, it works!! 
Thanks for your reply!

 

0 Kudos
Reply