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

Forcing proper compiler

parent 808395d2
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -14,9 +14,9 @@ packages: ...@@ -14,9 +14,9 @@ packages:
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
cuda: cuda:
prefer: prefer:
- spec: "^gcc-runtime@12.3.0" - spec: "^gcc-runtime@13.2.0"
when: "%gcc" when: "%gcc"
- spec: "%gcc@12.3.0 target=zen4" - spec: "%gcc@13.2.0 target=zen4"
when: "%gcc" when: "%gcc"
require: require:
- '@12.4.0' - '@12.4.0'
...@@ -64,11 +64,11 @@ packages: ...@@ -64,11 +64,11 @@ packages:
python: python:
require: require:
- spec: 'target=zen4' - spec: 'target=zen4'
when: '%gcc@12.3.0' when: '%gcc@13.2.0'
quantum-espresso: quantum-espresso:
require: require:
- spec: '~cuda' - spec: '+nvptx'
suite-sparse: suite-sparse:
require: require:
......
...@@ -14,9 +14,9 @@ packages: ...@@ -14,9 +14,9 @@ packages:
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
cuda: cuda:
prefer: prefer:
- spec: "^gcc-runtime@12.3.0" - spec: "^gcc-runtime@13.2.0"
when: "%gcc" when: "%gcc"
- spec: "%gcc@12.3.0 target=zen4" - spec: "%gcc@13.2.0 target=zen4"
when: "%gcc" when: "%gcc"
require: require:
- '@12.4.0' - '@12.4.0'
...@@ -64,7 +64,7 @@ packages: ...@@ -64,7 +64,7 @@ packages:
python: python:
require: require:
- spec: 'target=zen4' - spec: 'target=zen4'
when: '%gcc@12.3.0' when: '%gcc@13.2.0'
quantum-espresso: quantum-espresso:
require: require:
......
...@@ -194,7 +194,7 @@ packages: ...@@ -194,7 +194,7 @@ packages:
- spec: '+optimizations' - spec: '+optimizations'
when: '%gcc' when: '%gcc'
prefer: prefer:
- spec: '%gcc@12.3.0' - spec: '%gcc@13.2.0'
when: '%gcc' when: '%gcc'
py-cython: py-cython:
......
...@@ -261,7 +261,7 @@ spack: ...@@ -261,7 +261,7 @@ spack:
- mumps@5.6.2 - mumps@5.6.2
- superlu-dist@8.2.1 - superlu-dist@8.2.1
#- quantum-espresso ++mpi +scalapack +gipaw #- quantum-espresso ++mpi +scalapack +gipaw
#- quantum-espresso ++mpi +scalapack +gipaw hdf5=parallel - quantum-espresso
- gcc_mpi_blas_codes: - gcc_mpi_blas_codes:
- armadillo +hdf5 ^arpack-ng ++mpi ^hdf5 ++mpi - armadillo +hdf5 ^arpack-ng ++mpi ^hdf5 ++mpi
......
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