- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using oneAPI 2023.2 MSVS 2022 (17,7.5)
I've been performing multi-file ipo for a few weeks now without problem doing Release builds. I disabled multi-file ipo in release build to reduce the link time while debugging one or two source files (those files optimization off, the rest at /O3). Returning to /O3 for those files and enableing multi-file ipo I now get:
Linking...
C:\SWAT\SWATPLUS_Source_proj_JD\modular_60_5_7\source_codes\cli_clgen.f90(92): (col. 35) warning #13383: No instance of function "cosf_sinf" satisfies math function attributes "max-error=4.0 domain-exclusion=0 valid-status-bits=true fusa=false zmm-low=true"
"": internal error: 04010002_0
Link: error #10014: problem during multi-file optimization compilation (code 4)
Link: error #10014: problem during multi-file optimization compilation (code 4)
The project is quite large (moderately large at 616 source files) and my desired use was to force inline operator overloaded functions for UDT. This was working fine until just today.
The impact of not using multi-file ipo is relatively small, so this is not a show stopper. IOW I can resort to not using multi-file ipo. The internal error is worry some.
I think the information: No instance of function "cosf_sinf"... should point you in the right direction.
I have not tried building with ifx, and do not really have the time to play around with this.
Jim Dempsey
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page