ADD: q-e-sirius%gcc@9.5.0 sles15/x86_64/unstable

This commit is contained in:
svcusr-spack (Resp. Germann Elsa Sylvia)
2025-01-27 09:53:18 +01:00
parent 75de5a0bf0
commit 9687040f67
2 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,7 @@ spack:
definitions: definitions:
- compilers: - compilers:
- gcc@7.5.0 - gcc@7.5.0
- gcc@9.5.0/ow3yhui
- gcc@=12.3 - gcc@=12.3
- intel-oneapi-compilers@=2024.1.0 - intel-oneapi-compilers@=2024.1.0
- intel-oneapi-compilers@=2022.1.0 - intel-oneapi-compilers@=2022.1.0
@ -27,6 +28,8 @@ spack:
- opal@2024.1.0/mhg3mdx - opal@2024.1.0/mhg3mdx
- py-alphafold@2.3.2/xkw7tfm #+cuda - py-alphafold@2.3.2/xkw7tfm #+cuda
- sundials@7.0.0/xxysszi #sundials@7.0.0+ARKODE+CVODE+CVODES+IDA+IDAS+KINSOL+cuda+examples+examples-install~f2003~fcmix~ginkgo~hypre~int64~ipo~klu~kokkos~kokkos-kernels~lapack~magma~monitoring+mpi+openmp~petsc~profiling~pthread~raja~rocm+shared+static~superlu-dist~superlu-mt~sycl~trilinos build_system=cmake build_type=Release cstd=99 cuda_arch=80 cxxstd=14 generator=make logging-level=2 precision=double - sundials@7.0.0/xxysszi #sundials@7.0.0+ARKODE+CVODE+CVODES+IDA+IDAS+KINSOL+cuda+examples+examples-install~f2003~fcmix~ginkgo~hypre~int64~ipo~klu~kokkos~kokkos-kernels~lapack~magma~monitoring+mpi+openmp~petsc~profiling~pthread~raja~rocm+shared+static~superlu-dist~superlu-mt~sycl~trilinos build_system=cmake build_type=Release cstd=99 cuda_arch=80 cxxstd=14 generator=make logging-level=2 precision=double
- gcc_9.5.0_openmpi:
- q-e-sirius@develop-ristretto/bb4v7wz
- gcc_12.3_openmpi: - gcc_12.3_openmpi:
- gromacs@2024.1/3n7qspb #+cuda - gromacs@2024.1/3n7qspb #+cuda
- hdf5@1.14.3/wqcdnm7 #+mpi ^openmpi@5.0.3%gcc@12.3 - hdf5@1.14.3/wqcdnm7 #+mpi ^openmpi@5.0.3%gcc@12.3
@ -44,8 +47,8 @@ spack:
modules: modules:
default: default:
roots: roots:
tcl: $spack/opt/spack/unstable/modulefiles lmod: $spack/opt/spack/unstable/modulefiles
tcl: lmod:
cray-mpich: cray-mpich:
environment: environment:
set: set:
@ -69,6 +72,10 @@ spack:
- [$gcc_12.3_mpich] - [$gcc_12.3_mpich]
- ['%gcc@12.3'] - ['%gcc@12.3']
- [^cray-mpich] - [^cray-mpich]
- matrix:
- [$gcc_9.5.0_openmpi]
- ['%gcc@9.5.0']
- [^openmpi]
- matrix: - matrix:
- [$gcc_12.3_openmpi] - [$gcc_12.3_openmpi]
- ['%gcc@12.3'] - ['%gcc@12.3']