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

Embedding manifest

tihomir
Débutant
1 735 Visites
Is it possible to speed up the "Embedding manifest" portion of the compilation?
0 Compliments
7 Réponses
Steven_L_Intel1
Employé
1 735 Visites
This is a Microsoft tool and we have no control over it. I have not found it particularly slow - how long is it taking for your application?

You could disable use of manifests using the Linker property page. For most applications this is harmless.
0 Compliments
tihomir
Débutant
1 735 Visites
Thanks a lot - it takes a couple of minutes even after a small edit - your suggestion fixed the problem.

0 Compliments
Steven_L_Intel1
Employé
1 735 Visites
Wow - I've never seen that. How big is your executable? Typically for me the MT step takes a second at most.
0 Compliments
tihomir
Débutant
1 735 Visites

It is 140 MB in debug version.

Incidentally - it takes in Fortran 10 about 1 hr to compile a release version. In Fortran 11 it takes 2.5 hr without any visible benefits. Any advice on compiler options that can be used to turn off these extra optimizations that don't seem to do anything for us?

0 Compliments
Steven_L_Intel1
Employé
1 735 Visites
It's hard to say without knowing what specifically is taking the extra time. Are you able/willing to provide us with some representative source files that take extra long to compile in version 11 (along with everything needed to compile them)?

What options are you using now for release builds?
0 Compliments
tihomir
Débutant
1 735 Visites

I am using the default compiler options + /Qopenmp /Qopenmp-link:static. I can provide examples and comparison of compiler timing - I am surprised that my code would be unique in that way. Should I send this to the premier support?
0 Compliments
Steven_L_Intel1
Employé
1 735 Visites
Yes, please do submit samples and timing comparisons to Premier Support. Thanks.
0 Compliments
Répondre