Skip to content

Commit

Permalink
Added oneAPI 2025 compiler (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep authored Feb 27, 2025
1 parent 36f778e commit 9dd165f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions common/gadi/linux/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,19 @@ compilers::
modules: [intel-compiler-llvm/2024.2.1]
environment: {}
extra_rpaths: []
- compiler:
spec: oneapi@=2025.0.4
paths:
cc: /apps/intel-tools/wrappers/icx
cxx: /apps/intel-tools/wrappers/icpx
f77: /apps/intel-tools/wrappers/ifx
fc: /apps/intel-tools/wrappers/ifx
flags: {}
operating_system: rocky8
target: x86_64
modules: [intel-compiler-llvm/2025.0.4]
environment: {}
extra_rpaths: []
- compiler:
spec: gcc@=10.3.0
paths:
Expand Down

0 comments on commit 9dd165f

Please sign in to comment.