Skip to content

Commit b4dffe9

Browse files
add qe 7.3.1 on eiger (#166)
1 parent 452011a commit b4dffe9

File tree

5 files changed

+58
-0
lines changed

5 files changed

+58
-0
lines changed

Diff for: config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,12 @@ uenvs:
242242
"v7.3.1":
243243
recipes:
244244
gh200: v7.3.1/gh200
245+
zen2: v7.3.1/mc
245246
deploy:
246247
santis: [gh200]
247248
todi: [gh200]
248249
daint: [gh200]
250+
eiger: [zen2]
249251
sirius:
250252
"v7.5":
251253
recipes:

Diff for: recipes/quantumespresso/v7.3.1/mc/compilers.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
bootstrap:
2+
spec: gcc@12
3+
gcc:
4+
specs:
5+
- gcc@12

Diff for: recipes/quantumespresso/v7.3.1/mc/config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: quantumespresso
2+
store: /user-environment
3+
description: QuantumESPRESSO 7.3.1
4+
spack:
5+
repo: https://github.com/spack/spack.git
6+
commit: v0.22.2

Diff for: recipes/quantumespresso/v7.3.1/mc/environments.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
nvhpc-env:
2+
compiler:
3+
- toolchain: gcc
4+
spec: gcc@12
5+
mpi:
6+
7+
unify: true
8+
specs:
9+
- [email protected] +libxc +scalapack +openmp
10+
- netlib-scalapack
11+
- fftw
12+
- openblas threads=openmp
13+
packages:
14+
- git
15+
variants:
16+
- +mpi
17+
views:
18+
default:
19+
link: roots
20+
develop:
21+
exclude: ['quantum-espresso', 'patchelf', 'git']
22+
link: roots

Diff for: recipes/quantumespresso/v7.3.1/mc/modules.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
modules:
2+
# Paths to check when creating modules for all module sets
3+
prefix_inspections:
4+
bin:
5+
- PATH
6+
lib:
7+
- LD_LIBRARY_PATH
8+
lib64:
9+
- LD_LIBRARY_PATH
10+
11+
default:
12+
arch_folder: false
13+
# Where to install modules
14+
roots:
15+
tcl: /user-environment/modules
16+
tcl:
17+
all:
18+
autoload: none
19+
hash_length: 0
20+
exclude_implicits: true
21+
exclude: ['%[email protected]', 'gcc %[email protected]']
22+
projections:
23+
all: '{name}/{version}'

0 commit comments

Comments
 (0)