|
[Sponsors] | |||||
Compiling SU2 with Intel oneAPI 2025 resulted in an error |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Join Date: Mar 2025
Posts: 2
Rep Power: 0 ![]() |
Enter the following commands:
source /opt/intel/oneapi/2025.0/oneapi-vars.sh export CC=icx export CXX=icpx ./meson.py build Generate the following output: The Meson build system Version: 0.61.1 Source dir: /home/username/SU2 Build dir: /home/username/SU2/build Build type: native build Project name: SU2 Project version: 8.1.0 "Harrier" meson.build:1:0: ERROR: Unknown compiler(s): [['icx']] Has anyone successfully compiled under oneAPI 2025? How to operate? Thanks! |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 833
Rep Power: 23 ![]() |
Maybe pojnt to the exact location? Could be that meson could not find it.
$ which icx /usr/bin/icx $ export CC = /usr/bin/icx |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2025
Posts: 2
Rep Power: 0 ![]() |
Thank you.
After checking, the environment variables have been correctly set. I suspect that meson does not recognize Intel's new compiler |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [OpenFOAM] Native ParaView Reader Bugs | tj22 | ParaView | 270 | January 4, 2016 12:39 |
| [OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch | gschaider | OpenFOAM Installation | 225 | August 25, 2015 20:43 |
| Compiling dynamicTopoFvMesh for OpenFOAM 2.1.x | Saxwax | OpenFOAM Installation | 25 | November 29, 2013 06:34 |
| Errors in UDF | shashank312 | Fluent UDF and Scheme Programming | 6 | May 30, 2013 21:30 |
| ParaView for OF-1.6-ext | Chrisi1984 | OpenFOAM Installation | 0 | December 31, 2010 07:42 |