Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building with Intel C++ Compilers #101

Open
scharlton2 opened this issue Jun 21, 2023 · 0 comments
Open

Building with Intel C++ Compilers #101

scharlton2 opened this issue Jun 21, 2023 · 0 comments

Comments

@scharlton2
Copy link
Contributor

Intel Classic C/C++ Compiler (Deprecated)

image

CMake 3.21.7:

Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045.
The CXX compiler identification is Intel 2021.1.9.20230302
The C compiler identification is Intel 2021.1.9.20230302
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/Intel/oneAPI/compiler/2023.1.0/windows/bin/intel64/icl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files (x86)/Intel/oneAPI/compiler/2023.1.0/windows/bin/intel64/icl.exe - skipped
Detecting C compile features
Detecting C compile features - done
Found OpenMP_C: -Qopenmp (found version "5.0") 
Found OpenMP_CXX: -Qopenmp (found version "5.0") 
Found OpenMP: TRUE (found version "5.0")  
Configuring done

Intel oneAPI DPC++/C++ Compiler (2023.1 Requires Visual Studio 2019)

image

CMake 3.21.7:

Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045.
The CXX compiler identification is IntelLLVM 2023.1.0 with MSVC-like command-line
The C compiler identification is IntelLLVM 2023.1.0 with MSVC-like command-line
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/Intel/oneAPI/compiler/2023.1.0/windows/bin/icx.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files (x86)/Intel/oneAPI/compiler/2023.1.0/windows/bin/icx.exe - skipped
Detecting C compile features
Detecting C compile features - done
Found OpenMP_C: -Qiopenmp (found version "5.0") 
Found OpenMP_CXX: -Qiopenmp (found version "5.0") 
Found OpenMP: TRUE (found version "5.0")  
Configuring done

see https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2023-0/use-cmake-with-the-compiler.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant