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

issue with compilation time

rakesh
Beginner
215 Views

Hi,

during compilation of a programme in intel compiler invoked in visual studio 2008. it's taking more than 10 sec. which sholud be ideally comleted in milisecond.

how can i resolve the issue.

Regards,

Rakesh

0 Kudos
2 Replies
mecej4
Honored Contributor III
215 Views
There is no basis for expecting that a non-trivial program should be compiled in a millisecond. Even loading a modern compiler into memory takes a significant amount of time. Nor is it possible to investigate even a valid complaint of slow compilation unless you provide a working example with which such behavior can be reproduced.
0 Kudos
Dmitry_B_Intel
Employee
215 Views
Intel compiler may link the application with static libraries, which takes time. Linking with dynamic libraries should go faster.
0 Kudos
Reply