Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

issue with compilation time

rakesh
Beginner
478 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
478 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
478 Views
Intel compiler may link the application with static libraries, which takes time. Linking with dynamic libraries should go faster.
0 Kudos
Reply