... | ... | @@ -23,7 +23,7 @@ This is a brief guiedeline to build Windows on command line using Intel oneAPI |
|
|
Compilers can be selected prior initial build generation by cmake by setting the environment variables CC, CXX and FC. E.g. `set CC=ifx`, `set GCC=ifpx`. Make sure, the compilers are in Path (e.g. call `setvars`)
|
|
|
* cl - Microsoft Visual Studio C/C++ compiler
|
|
|
* icx, icpx, ifx - Intel oneAPI C, C++ and Fortran compiler based on LLVM
|
|
|
* icc, icpc, ifort - Intel oneAPI classical C, C++ and Fortran compiler - to be replaced by LLVM in future
|
|
|
* icl, ifort - Intel oneAPI classic combined C/C++ and Fortran compiler - to be replaced by LLVM in future
|
|
|
* clang, clang++ - LLVM compiler distributed by Intel oneAPI
|
|
|
|
|
|
# CMake configuration
|
... | ... | |