- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Thanks for your suggestion
We are working on it internally. we will get back to you soon.
Regards,
Vidya
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
A Feature Request is filed to have the default .cfg files in the same bin directory as the compiler.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I just filed a bug report, CMPLRLLVM-27915, to get ifx.cfg working for ifx. I'll let you know when it's functional.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
The .cfg files are there now for ifx, icx and icpx as part of oneAPI 2022.3. Please check it out!
