Skip to content
Snippets Groups Projects
Commit 79cfb7f0 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding compilers

parent 72a09f17
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
...@@ -44,12 +44,25 @@ ...@@ -44,12 +44,25 @@
"oneapi": { "oneapi": {
"compiler": "oneapi", "compiler": "oneapi",
"spec": "intel-oneapi-compilers@2024.1.0 %gcc@11.2.1", "spec": "intel-oneapi-compilers@2024.1.0 %gcc@11.2.1",
"version": "2024.1.0" "version": "2024.1.0",
"constraint": "env['environment'] in ['jed', 'helvetios']"
}, },
"gcc": { "gcc": {
"compiler": "gcc", "compiler": "gcc",
"spec": "gcc@12.3.0 %gcc@11.2.1", "spec": "gcc@12.3.0 %gcc@11.2.1",
"version": "12.3.0" "version": "12.3.0"
},
"nvhpc": {
"compiler": "nvhpc",
"spec": "nvhpc +blas +lapack +mpi@24.3 %gcc@11.2.1",
"version": "24.3",
"constraint": "env['environment'] in ['kuma_h100', 'kuma_l40s', 'izar']"
},
"aocc": {
"compiler": "aocc",
"spec": "aocc +license-agreed@4.2.0 %gcc@11.2.1",
"version": "4.2.0",
"constraint": "env['environment'] in ['kuma_h100', 'kuma_l40s']"
} }
}, },
"system_packages": [ "system_packages": [
......
packages: packages:
all: all:
compiler:
- gcc
- aocc
- nvhpc
providers: providers:
mpi: [openmpi, intel-oneapi-mpi] mpi: [openmpi, intel-oneapi-mpi]
iconv: [libiconv] iconv: [libiconv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment