- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The "classic" ifort and icl compilers on Windows read configuration files called ifort.cfg and icl.cfg. Users can place frequently used compiler options into these files, and not have to type in those options when they issue commands to compile, link, etc. These files are expected to be in the compiler's bin\intel64 and bin\intel64_ia32 directories.
The new compilers ifx and icx also read configuration files called ifx.cfg and icx.cfg, it seems, but the location where these files are sought for is the bin directory, rather than the bin\intel64 and bin\intel64_ia32 directories.
Please provide this information in the documentation -- if it is already there, please make it easier to find.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for your suggestion
We are working on it internally. we will get back to you soon.
Regards,
Vidya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please refer the below link to find the details of icx.cfg file location
Under section >> Modifying Your Configuration
>> Please provide this information in the documentation -- if it is already there, please make it easier to find.
Could you please let us know under which section of the document you are expecting the details to be placed? So that we can check with the internal team regarding the same.
Regards,
Vidya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For dpcpp and icx the support for the default .cfg files is not there as we are using the clang infrastructure more directly, and clang does not have a 'default configuration file' that is picked up. Use of dpcpp.cfg, icx.cfg and icpx.cfg is supported, just not the default case.
This is documented in the DPC++/C++ Developer Guide and Reference here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A Feature Request is filed to have the default .cfg files in the same bin directory as the compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just filed a bug report, CMPLRLLVM-27915, to get ifx.cfg working for ifx. I'll let you know when it's functional.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The .cfg files are there now for ifx, icx and icpx as part of oneAPI 2022.3. Please check it out!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page