-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release/1.9.0: Update s4 to use intel oneapi 2024 (#1475)
- Loading branch information
1 parent
6787800
commit cd3b472
Showing
2 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -58,3 +79,4 @@ compilers: | |
modules: [] | ||
environment: {} | ||
extra_rpaths: [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -203,3 +211,4 @@ packages: | |
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
|