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

Switching to gcc 12.3 due to cuda

parent 547bb666
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
"compilers": { "compilers": {
"gcc_stable": { "gcc_stable": {
"compiler": "gcc", "compiler": "gcc",
"spec": "gcc@13.2.0 %gcc@11.4.1", "spec": "gcc@12.3.0 %gcc@11.4.1",
"version": "13.2.0" "version": "12.3.0"
}, },
"oneapi": { "oneapi": {
"compiler": "oneapi", "compiler": "oneapi",
......
...@@ -16,8 +16,8 @@ packages: ...@@ -16,8 +16,8 @@ packages:
- spec: ^nvhpc+mpi - spec: ^nvhpc+mpi
when: '%nvhpc ^mpi' when: '%nvhpc ^mpi'
- spec: "^cuda%gcc@13.2.0" - spec: "^cuda%gcc@12.3.0"
when: '%gcc@13.2.0 ^cuda' when: '%gcc@12.3.0 ^cuda'
- spec: "^cuda +allow-unsupported-compilers %oneapi" - spec: "^cuda +allow-unsupported-compilers %oneapi"
when: '%oneapi ^cuda' when: '%oneapi ^cuda'
......
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