ADD: quantum-espresso%nvhpc and relion

This commit is contained in:
svcusr-spack (Resp. Germann Elsa Sylvia)
2024-07-25 09:53:52 +02:00
parent 9abfc51b1b
commit ca2c5ceb4e
3 changed files with 32 additions and 16 deletions

View File

@ -10,5 +10,9 @@ spack:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml - $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
mirrors: mirrors:
local_stable: file:///afs/psi.ch/software/spack/stable local_stable: file:///afs/psi.ch/software/spack/stable
modules:
default:
roots:
tcl: $spack/opt/spack/stable/modulefiles
specs: [] specs: []
view: false view: false

File diff suppressed because one or more lines are too long

View File

@ -5,26 +5,38 @@ spack:
install_tree: install_tree:
root: $spack/opt/spack/unstable root: $spack/opt/spack/unstable
definitions: definitions:
- gcc_12.3_mpich: - gcc_12.3_mpich:
- cp2k@2024.1/2jesise #~cuda - cp2k@2024.1/2jesise #~cuda
- cp2k@2024.1/zqm5fme #+cuda - cp2k@2024.1/zqm5fme #+cuda
- quantum-espresso@7.3.1/n6mulig #~cuda - quantum-espresso@7.3.1/n6mulig #~cuda
- opal@2024.1.0/mhg3mdx - opal@2024.1.0/mhg3mdx
- gcc_12.3_openmpi: - py-alphafold@2.3.2/xkw7tfm #+cuda
- gromacs@2024.1/3n7qspb #+cuda - relion@4.0.1/ve5sish #+cuda
- gcc_12.3_openmpi:
- gromacs@2024.1/3n7qspb #+cuda
- nvhpc_23.9_openmpi:
- quantum-espresso@7.3.1/le35al7 #+cuda
include: include:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml - $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml - $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
mirrors: mirrors:
local_unstable: file:///afs/psi.ch/software/spack/unstable local_unstable: file:///afs/psi.ch/software/spack/unstable
local_stable: file:///afs/psi.ch/software/spack/stable local_stable: file:///afs/psi.ch/software/spack/stable
modules:
default:
roots:
tcl: $spack/opt/spack/unstable/modulefiles
specs: specs:
- matrix: - matrix:
- [$gcc_12.3_mpich] - [$gcc_12.3_mpich]
- ['%gcc@12.3'] - ['%gcc@12.3']
- ['^cray-mpich'] - [^cray-mpich]
- matrix: - matrix:
- [$gcc_12.3_openmpi] - [$gcc_12.3_openmpi]
- ['%gcc@12.3'] - ['%gcc@12.3']
- ['^openmpi'] - [^openmpi]
- matrix:
- [$nvhpc_23.9_openmpi]
- ['%nvhpc@23.9']
- [^openmpi]
view: false view: false