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

issue with compilation time

rakesh
ビギナー
1,658件の閲覧回数

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 件の賞賛
2 返答(返信)
mecej4
名誉コントリビューター III
1,658件の閲覧回数
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.
Dmitry_B_Intel
従業員
1,658件の閲覧回数
Intel compiler may link the application with static libraries, which takes time. Linking with dynamic libraries should go faster.
返信