Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 20, 2023
1 parent 4e07d61 commit 20099c9
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 21 deletions.
9 changes: 5 additions & 4 deletions eiger.cscs.ch/codes-installed/[email protected]
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
label: qe-7.0-hp
description: Quantum ESPRESSO hp.x v7.0 Compiled with CpeIntel v21.12
default_calc_job_plugin: quantumespresso.hp
computer: eiger
filepath_executable: /apps/pilatus/UES/jenkins/1.4.0/software/QuantumESPRESSO/7.0-cpeIntel-21.12/bin/hp.x
prepend_text: |+
module load cpeIntel
module load QuantumESPRESSO/7.0
prepend_text: |
module load cpeIntel
module load QuantumESPRESSO/7.0
export OMP_NUM_THREADS=1
export OMP_NUM_THREADS=1
append_text: ' '
9 changes: 5 additions & 4 deletions eiger.cscs.ch/codes-installed/[email protected]
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
label: qe-7.0-ph
description: Quantum ESPRESSO ph.x v7.0 Compiled with CpeIntel v21.12
default_calc_job_plugin: quantumespresso.ph
computer: eiger
filepath_executable: /apps/pilatus/UES/jenkins/1.4.0/software/QuantumESPRESSO/7.0-cpeIntel-21.12/bin/ph.x
prepend_text: |+
module load cpeIntel
module load QuantumESPRESSO/7.0
prepend_text: |
module load cpeIntel
module load QuantumESPRESSO/7.0
export OMP_NUM_THREADS=1
export OMP_NUM_THREADS=1
append_text: ' '
9 changes: 5 additions & 4 deletions eiger.cscs.ch/codes-installed/[email protected]
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
label: qe-7.0-projwfc
description: Quantum ESPRESSO projwfc.x v7.0 Compiled with CpeIntel v21.12
default_calc_job_plugin: quantumespresso.projwfc
computer: eiger
filepath_executable: /apps/pilatus/UES/jenkins/1.4.0/software/QuantumESPRESSO/7.0-cpeIntel-21.12/bin/projwfc.x
prepend_text: |+
module load cpeIntel
module load QuantumESPRESSO/7.0
prepend_text: |
module load cpeIntel
module load QuantumESPRESSO/7.0
export OMP_NUM_THREADS=1
export OMP_NUM_THREADS=1
append_text: ' '
9 changes: 5 additions & 4 deletions eiger.cscs.ch/codes-installed/[email protected]
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
label: qe-7.0-pw
description: Quantum ESPRESSO pw.x v7.0 Compiled with CpeIntel v21.12
default_calc_job_plugin: quantumespresso.pw
computer: eiger
filepath_executable: /apps/pilatus/UES/jenkins/1.4.0/software/QuantumESPRESSO/7.0-cpeIntel-21.12/bin/pw.x
prepend_text: |+
module load cpeIntel
module load QuantumESPRESSO/7.0
prepend_text: |
module load cpeIntel
module load QuantumESPRESSO/7.0
export OMP_NUM_THREADS=1
export OMP_NUM_THREADS=1
append_text: ' '
9 changes: 5 additions & 4 deletions eiger.cscs.ch/codes-installed/[email protected]
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
label: qe-7.0-q2r
description: Quantum ESPRESSO q2r.x v7.0 Compiled with CpeIntel v21.12
default_calc_job_plugin: quantumespresso.q2r
computer: eiger
filepath_executable: /apps/pilatus/UES/jenkins/1.4.0/software/QuantumESPRESSO/7.0-cpeIntel-21.12/bin/q2r.x
prepend_text: |+
module load cpeIntel
module load QuantumESPRESSO/7.0
prepend_text: |
module load cpeIntel
module load QuantumESPRESSO/7.0
export OMP_NUM_THREADS=1
export OMP_NUM_THREADS=1
append_text: ' '
1 change: 1 addition & 0 deletions eiger.cscs.ch/multicore-mr0/computer-configure.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
safe_interval: 60
proxy_command: ssh -q -Y {username}@ela.cscs.ch netcat eiger.cscs.ch 22
3 changes: 2 additions & 1 deletion eiger.cscs.ch/multicore-mr0/computer-setup.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
label: eiger
hostname: eiger.cscs.ch
description: Eiger is the production partition on Alps, the HPE Cray EX Supercomputer.
Expand All @@ -8,7 +9,7 @@ shebang: '#!/bin/bash'
mpirun_command: srun -n {tot_num_mpiprocs}
mpiprocs_per_machine: 128
default_memory_per_machine: 255000000
use_double_quotes: 'N'
use_double_quotes: N
prepend_text: |
### computer prepend_text start ###
#SBATCH --constraint=mc
Expand Down

0 comments on commit 20099c9

Please sign in to comment.