ADD: views

This commit is contained in:
Germann Elsa Sylvia
2022-08-22 14:23:14 +02:00
parent 19453c8808
commit 6de2d5f184

145
env/merlin/spack.yaml vendored
View File

@ -1,8 +1,15 @@
spack: spack:
concretizer:
unify: false
config:
build_stage:
- /scratch/spack-rhel7
install_tree:
root: /scratch/spack-rhel7/spack-install
definitions: definitions:
- compilers: - compilers:
- '%gcc@12.1.0' - '%gcc@12.1.0'
- compiler_pckg: - compiler_pckg: &compiler_pckg
- atlas - atlas
- boost - boost
- clapack - clapack
@ -13,6 +20,7 @@ spack:
- gsl - gsl
- googletest - googletest
- hdf5~mpi - hdf5~mpi
- hdf5+mpi
- kokkos - kokkos
- libint tune=cp2k-lmax-6 - libint tune=cp2k-lmax-6
- libxc - libxc
@ -25,13 +33,15 @@ spack:
- root - root
- superlu - superlu
- vtk - vtk
- EM_pckg: - cuda_pckg: &cuda_pckg
- cuda
- EM_pckg: &EM_pckg
- cistem - cistem
- ctffind - ctffind
- motioncor2 - motioncor2
- relion - relion
- unblur - unblur
- librairies_pckg: - librairies_pckg: &librairies_pckg
- alsa-lib - alsa-lib
- gdrcopy - gdrcopy
- giflib - giflib
@ -49,18 +59,40 @@ spack:
- wxwidgets - wxwidgets
- x264 - x264
- zlib - zlib
- MX_pckg: - MX_pckg: &MX_pckg
- cbflib - cbflib
- lz4 - lz4
- openbabel - openbabel
- visit - visit
- programming_pckg: - HDF5_pckg: &HDF5_pckg
- alps
- h5hut+mpi
- hdf5-blosc
- ioapi
- netcdf-c
- netcdf-fortran
- netcdf-c +parallel-netcdf
- trilinos
- HDF5_serial_pckg: &HDF5_serial_pckg
- h5hut~mpi
- ncview
- MPI_pckg: &MPI_pckg
- amrex
- boxlib
- cp2k
- cpmd
- elegant
- elpa
- fftw
- gromacs
- lammps
- astra
- programming_pckg: &programming_pckg
- autoconf - autoconf
- automake - automake
- binutils - binutils
- bison - bison
- cmake - cmake
- cuda
- erlang - erlang
- gcc - gcc
- go - go
@ -71,8 +103,6 @@ spack:
- libtool - libtool
- lua - lua
- m4 - m4
# - mathematica source needs to be provided
# - matlab source needs to be provided
- nasm - nasm
- perl - perl
- nvhpc - nvhpc
@ -82,22 +112,20 @@ spack:
- r - r
- tcl - tcl
- tk - tk
- system_pckg: - system_pckg: &system_pckg
- bash - bash
- filebench - filebench
- ior - ior
- mdtest - mdtest
# - mxm not installable
- nmap - nmap
- patchelf - patchelf
- unison - unison
- tools_pckg: - tools_pckg: &tools_pckg
- aria2 - aria2
- asciidoc - asciidoc
- coreutils - coreutils
- emacs - emacs
- ffmpeg - ffmpeg
# - gams source needs to be provided
- gaussian - gaussian
- gettext - gettext
- git - git
@ -121,30 +149,81 @@ spack:
- visit - visit
- xmlto - xmlto
- xz - xz
concretizer:
unify: false
view: true
include: include:
- sysconfigs/config.yaml
- sysconfigs/compilers.yaml - sysconfigs/compilers.yaml
- sysconfigs/packages.yaml - sysconfigs/packages.yaml
- sysconfigs/modules.yaml - sysconfigs/modules.yaml
specs: specs:
- matrix: - matrix:
- [ $compiler_pckg ] - - $compiler_pckg
- [ $compilers ] - - $compilers
- matrix: view:
- [ $EM_pckg ] Compilers:
- [ $compilers ] link: roots
- matrix: link_type: symlink
- [ $MX_pckg ] projections: &unified_projections
- [ $compilers ] ^mpi: '{name}/{version}/{^mpi.name}/{^mpi.version}/{compiler.name}/{compiler.version}'
- matrix: all: '{name}/{version}/{compiler.name}/{compiler.version}'
- [ $programming_pckg ] ~mpi: '{name}_serial/{version}/{compiler.name}/{compiler.version}'
- [ $compilers ] root: /afs/psi.ch/sys/spack-rhel7/Compilers
- matrix: select: *compiler_pckg
- [ $system_pckg ] cuda:
- [ $compilers ] link: roots
- matrix: link_type: symlink
- [ $tools_pckg ] projections: *unified_projections
- [ $compilers ] root: /afs/psi.ch/sys/spack-rhel7/cuda
select: *cuda_pckg
EM:
link: roots
link_type: symlink
projections: *unified_projections
root: /afs/psi.ch/sys/spack-rhel7/EM
select: *EM_pckg
HDF5:
link: roots
link_type: symlink
projections: *unified_projections
root: /afs/psi.ch/sys/spack-rhel7/HDF5
select: *HDF5_pckg
HDF5_serial:
link: roots
link_type: symlink
projections: *unified_projections
root: /afs/psi.ch/sys/spack-rhel7/HDF5_serial
select: *HDF5_serial_pckg
Librairies:
link: roots
link_type: symlink
projections: *unified_projections
root: /afs/psi.ch/sys/spack-rhel7/Librairies
select: *librairies_pckg
MK:
link: roots
link_type: symlink
projections: *unified_projections
root: /afs/psi.ch/sys/spack-rhel7/MK
select: *MX_pckg
MPI:
link: roots
link_type: symlink
projections: *unified_projections
root: /afs/psi.ch/sys/spack-rhel7/MPI
select: *MPI_pckg
Programming:
link: roots
link_type: symlink
projections: *unified_projections
root: /afs/psi.ch/sys/spack-rhel7/Programming
select: *programming_pckg
System:
link: roots
link_type: symlink
projections: *unified_projections
root: /afs/psi.ch/sys/spack-rhel7/System
select: *system_pckg
Tools:
link: roots
link_type: symlink
projections: *unified_projections
root: /afs/psi.ch/sys/spack-rhel7/Tools
select: *tools_pckg