Skip to content

Commit

Permalink
add qe 7.3.1 on eiger (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli authored Nov 8, 2024
1 parent 452011a commit b4dffe9
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,12 @@ uenvs:
"v7.3.1":
recipes:
gh200: v7.3.1/gh200
zen2: v7.3.1/mc
deploy:
santis: [gh200]
todi: [gh200]
daint: [gh200]
eiger: [zen2]
sirius:
"v7.5":
recipes:
Expand Down
5 changes: 5 additions & 0 deletions recipes/quantumespresso/v7.3.1/mc/compilers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bootstrap:
spec: gcc@12
gcc:
specs:
- gcc@12
6 changes: 6 additions & 0 deletions recipes/quantumespresso/v7.3.1/mc/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: quantumespresso
store: /user-environment
description: QuantumESPRESSO 7.3.1
spack:
repo: https://github.com/spack/spack.git
commit: v0.22.2
22 changes: 22 additions & 0 deletions recipes/quantumespresso/v7.3.1/mc/environments.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
nvhpc-env:
compiler:
- toolchain: gcc
spec: gcc@12
mpi:
spec: [email protected]
unify: true
specs:
- [email protected] +libxc +scalapack +openmp
- netlib-scalapack
- fftw
- openblas threads=openmp
packages:
- git
variants:
- +mpi
views:
default:
link: roots
develop:
exclude: ['quantum-espresso', 'patchelf', 'git']
link: roots
23 changes: 23 additions & 0 deletions recipes/quantumespresso/v7.3.1/mc/modules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
modules:
# Paths to check when creating modules for all module sets
prefix_inspections:
bin:
- PATH
lib:
- LD_LIBRARY_PATH
lib64:
- LD_LIBRARY_PATH

default:
arch_folder: false
# Where to install modules
roots:
tcl: /user-environment/modules
tcl:
all:
autoload: none
hash_length: 0
exclude_implicits: true
exclude: ['%[email protected]', 'gcc %[email protected]']
projections:
all: '{name}/{version}'

0 comments on commit b4dffe9

Please sign in to comment.