CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2 > SU2 Installation

Compiling SU2 with Intel oneAPI 2025 resulted in an error

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 1, 2025, 07:52
Post Compiling SU2 with Intel oneAPI 2025 resulted in an error
  #1
New Member
 
Join Date: Mar 2025
Posts: 2
Rep Power: 0
ervas2025 is on a distinguished road
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!
ervas2025 is offline   Reply With Quote

Old   March 1, 2025, 17:49
Default
  #2
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 833
Rep Power: 23
bigfootedrockmidget is on a distinguished road
Maybe pojnt to the exact location? Could be that meson could not find it.
$ which icx
/usr/bin/icx
$ export CC = /usr/bin/icx
bigfootedrockmidget is offline   Reply With Quote

Old   March 2, 2025, 10:53
Default
  #3
New Member
 
Join Date: Mar 2025
Posts: 2
Rep Power: 0
ervas2025 is on a distinguished road
Thank you.
After checking, the environment variables have been correctly set. I suspect that meson does not recognize Intel's new compiler

Quote:
Originally Posted by bigfootedrockmidget View Post
Maybe pojnt to the exact location? Could be that meson could not find it.
$ which icx
/usr/bin/icx
$ export CC = /usr/bin/icx
ervas2025 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 14:39.