Skip to content

Commit 76097d1

Browse files
authored
fixing eiger qe (#29)
* fixing eiger qe * Fixing module load * pre-commit fixing
1 parent 923ec01 commit 76097d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eiger.cscs.ch/mc/codes/QuantumESPRESSO.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
label: '{{ code_binary_name }}-{{ version }}'
33
description: The code {{ code_binary_name }} of Quantum ESPRESSO compiled for eiger-mc
44
default_calc_job_plugin: quantumespresso.{{ code_binary_name }}
5-
filepath_executable: /capstor/apps/cscs/eiger/easybuild/software/QuantumESPRESSO/{{ version }}-cpeIntel-21.12/bin/{{ code_binary_name }}.x
5+
filepath_executable: /capstor/apps/cscs/pilatus/easybuild/software/QuantumESPRESSO/{{ version }}-cpeIntel-23.12/bin/{{ code_binary_name }}.x
66
prepend_text: |
7-
module load cray/21.12 cpeIntel/21.12
7+
module load cray/23.12
8+
module load cpeIntel/23.12
89
module load QuantumESPRESSO/{{ version }}
910
append_text: ''
1011
metadata:
@@ -22,6 +23,5 @@ metadata:
2223
type: list
2324
key_display: QE version
2425
options:
25-
- '7.0'
2626
- '7.2'
2727
default: '7.2'

0 commit comments

Comments
 (0)