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

Compiler version 2023.2.1

netphilou31
New Contributor III
1,373 Views

Hi,

I installed the latest version of OneAPI products (2023.2.1 basic and HPC kits, including critical updates except for DPC++ that I am not using) and I am noticing that for the configuration Release x64, the link process takes now a lot of time, and the "Embedding manifest" step takes even more! (tens of seconds). Is there something I missed?

My config: VS 2022 - 17.4.4, intel compiler 2023.2

Best regards,

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
1,317 Views

I'll comment that the "embedding manifest" step involves rewriting an EXE, and some antivirus software treats this as suspicious and may subject it to extra scanning.

View solution in original post

0 Kudos
6 Replies
andrew_4619
Honored Contributor III
1,338 Views

FYI I am using 2023.2 in vs2022 and don't have that problem.

0 Kudos
Steve_Lionel
Honored Contributor III
1,318 Views

I'll comment that the "embedding manifest" step involves rewriting an EXE, and some antivirus software treats this as suspicious and may subject it to extra scanning.

0 Kudos
netphilou31
New Contributor III
1,253 Views

Hi Steve,

Thanks for your comment, this might be the explanation since our antivirus software (bit defender) is generally a bit too agressive (I have frequently issues for dlls I built, it treats some of them as malware).

Best regards,

0 Kudos
netphilou31
New Contributor III
1,242 Views

Hi Steve,

After removing some folders (where my projects and files are generated) from the antivirus scan, the problem vanished.

Best regards,

jimdempseyatthecove
Honored Contributor III
1,292 Views

Try disabling multi-file IP optimization between file (/Qipon)

 

Jim Dempsey

0 Kudos
netphilou31
New Contributor III
1,253 Views

Thanks Jim for the advice, but this option is not enabled in any of my projects.

Best regards,

0 Kudos
Reply