Skip to content

Commit

Permalink
release/1.9.0: Update s4 to use intel oneapi 2024 (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentSouopgui-NOAA authored Feb 11, 2025
1 parent 6787800 commit cd3b472
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
22 changes: 22 additions & 0 deletions configs/sites/tier1/s4/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@ compilers:
LD_LIBRARY_PATH: /opt/intel/oneapi/2023.2/compiler/2023.2.0/linux/compiler/lib/intel64_lin:/opt/gcc/10.2.0/lib64:/opt/gcc/10.2.0/lib
CPATH: /opt/gcc/10.2.0/include
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
cc: /opt/intel/oneapi/2024/compiler/2024.2/bin/icx
cxx: /opt/intel/oneapi/2024/compiler/2024.2/bin/icpx
f77: /opt/intel/oneapi/2024/compiler/2024.2/bin/ifort
fc: /opt/intel/oneapi/2024/compiler/2024.2/bin/ifort
flags:
fflags: -diag-disable=10448
operating_system: rocky8
target: x86_64
modules:
- intel/2024.2
environment:
prepend_path:
PATH: /opt/gcc/10.2.0/bin
LD_LIBRARY_PATH: /opt/gcc/10.2.0/lib64:/opt/gcc/10.2.0/lib
CPATH: /opt/gcc/10.2.0/include
append_path:
PATH: /opt/intel/oneapi/2024/compiler/2024.2/opt/compiler/include/intel64
extra_rpaths: []
- compiler:
spec: gcc@=13.3.0
paths:
Expand Down Expand Up @@ -58,3 +79,4 @@ compilers:
modules: []
environment: {}
extra_rpaths: []

23 changes: 16 additions & 7 deletions configs/sites/tier1/s4/packages.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
packages:
all:
compiler:: [[email protected],[email protected]]
compiler:: [[email protected],[email protected]]
#compiler:: [[email protected],[email protected]]
providers:
mpi:: [[email protected]]
mpi:: [[email protected]]
# mpi:: [[email protected]]
# Remove the next three lines to switch to intel-oneapi-mkl
blas:: [openblas]
fftw-api:: [fftw]
Expand All @@ -14,18 +16,24 @@ packages:
### MPI, Python, MKL
mpi:
buildable: False
#intel-oneapi-mpi:
# externals:
# - spec: [email protected]%[email protected] +classic-names
# prefix: /opt/intel/oneapi/2024
# modules:
# - intel/2023.2
intel-oneapi-mpi:
externals:
- spec: intel-oneapi-mpi@2021.10.0%[email protected] +classic-names
prefix: /opt/intel/oneapi/2023.2
- spec: intel-oneapi-mpi@2021.13%[email protected]
prefix: /opt/intel/oneapi/2024
modules:
- intel/2023.2
- intel/2024.2
intel-oneapi-mkl:
# Remove buildable: False and uncomment externals section below to use intel-oneapi-mkl
buildable: False
#externals:
#- spec: [email protected]%[email protected]
# prefix: /opt/intel/oneapi/2023.2
# prefix: /opt/intel/oneapi/2024
# modules:
# - intel/2023.2
# Remove this section to switch to intel-oneapi-mkl
Expand Down Expand Up @@ -80,7 +88,7 @@ packages:
externals:
- spec: [email protected]
prefix: /usr
# OS curl/openssl cause problems
# OS curl/openssl cause problems
#curl:
# externals:
# - spec: [email protected]+gssapi+ldap+nghttp2
Expand Down Expand Up @@ -203,3 +211,4 @@ packages:
externals:
- spec: [email protected]
prefix: /usr

0 comments on commit cd3b472

Please sign in to comment.