FIX: add matrix to specs

This commit is contained in:
Germann Elsa Sylvia
2022-09-05 09:50:37 +02:00
parent 48e1db331a
commit f67f59e664

59
env/merlin/spack.yaml vendored
View File

@ -13,29 +13,25 @@ spack:
- slurm - slurm
- Compiler_pckgs: &Compiler_pckgs - Compiler_pckgs: &Compiler_pckgs
# E.G: removing atlas from testing, since it taking way too much time. Installation working though. # E.G: removing atlas from testing, since it taking way too much time. Installation working though.
# - atlas%gcc # - atlas
# - clapack%gcc # - clapack
- boost%clang - boost
- boost%gcc - clhep
- boost%nvhpc - eigen
- boost%oneapi - geant4
- clhep%gcc - googletest
- eigen%gcc - gsl
- geant4%gcc - intel-oneapi-mpi
- googletest%gcc - kokkos
- gsl%gcc - libint
- intel-oneapi-mpi%oneapi - libxc
- kokkos%gcc - libxsmm
- libint%oneapi tune=cp2k-lmax-6 ^gmp%oneapi - mpich
- libxc%oneapi - openblas
- libxsmm%oneapi - openmpi
- mpich%gcc netmod=ucx - root
- openblas%gcc threads=none - superlu
- openblas%gcc threads=openmp - vtk
- openmpi%gcc
- root%gcc ~tbb~x
- superlu%gcc
- vtk%gcc
- Cuda_pckgs: &Cuda_pckgs - Cuda_pckgs: &Cuda_pckgs
- cuda - cuda
- EM_pckgs: &EM_pckgs - EM_pckgs: &EM_pckgs
@ -546,7 +542,22 @@ spack:
- PKG_CONFIG_PATH - PKG_CONFIG_PATH
#<<< #<<<
specs: specs:
- $Compiler_pckgs - matrix:
- [alps, geant4, gromacs, h5hut+mpi, lammps, r, superlu, visit, vtk, root ~tbb
~x]
- ['%gcc']
- [^openmpi]
- [^openblas]
- matrix:
- [cp2k]
- ['%oneapi']
- [^intel-oneapi-mpi]
- [^intel-oneapi-mkl]
- matrix:
- [relion +cuda]
- ['%nvhpc']
- [^openmpi]
- [^openblas]
view: view:
Batchsystem: Batchsystem:
link: all link: all