Skip to content

Commit 11a1247

Browse files
authored
Add merlin6 at PSI (#78)
1 parent adacf8a commit 11a1247

File tree

10 files changed

+96
-0
lines changed

10 files changed

+96
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
label: dos-7.0
3+
description: QE dos.x compiled for CPU
4+
input_plugin: quantumespresso.dos
5+
on_computer: true
6+
remote_abs_path: /opt/psi/MPI/qe/7.0/openmpi/4.1.3_slurm/gcc/11.2.0/bin/dos.x
7+
prepend_text: |
8+
module use unstable;
9+
module load gcc/11.2.0 openmpi/4.1.3_slurm
10+
module load qe/7.0
11+
append_text: ' '
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
label: pp-7.0
3+
description: PP compiled for CPU
4+
input_plugin: quantumespresso.pp
5+
on_computer: true
6+
remote_abs_path: /opt/psi/MPI/qe/7.0/openmpi/4.1.3_slurm/gcc/11.2.0/bin/pp.x
7+
prepend_text: |
8+
module use unstable;
9+
module load gcc/11.2.0 openmpi/4.1.3_slurm
10+
module load qe/7.0
11+
append_text: ' '
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
label: projwfc-7.0
3+
description: PROJWFC compiled for CPU
4+
input_plugin: quantumespresso.projwfc
5+
on_computer: true
6+
remote_abs_path: /opt/psi/MPI/qe/7.0/openmpi/4.1.3_slurm/gcc/11.2.0/bin/projwfc.x
7+
prepend_text: |
8+
module use unstable;
9+
module load gcc/11.2.0 openmpi/4.1.3_slurm
10+
module load qe/7.0
11+
append_text: ' '
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
label: pw-7.0
3+
description: PW compiled for CPU
4+
input_plugin: quantumespresso.pw
5+
on_computer: true
6+
remote_abs_path: /opt/psi/MPI/qe/7.0/openmpi/4.1.3_slurm/gcc/11.2.0/bin/pw.x
7+
prepend_text: |
8+
module use unstable;
9+
module load gcc/11.2.0 openmpi/4.1.3_slurm
10+
module load qe/7.0
11+
append_text: ' '
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
label: pw-7.0
3+
description: PW compiled for GPU
4+
input_plugin: quantumespresso.pw
5+
on_computer: true
6+
remote_abs_path: /opt/psi/MPI/qe/7.0/pgi-mpi/21.5/pgi/21.5/bin/pw.x
7+
prepend_text: |
8+
module use unstable;
9+
module load pgi/21.5 pgi-mpi/21.5
10+
module load qe/7.0
11+
append_text: ' '
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
safe_interval: 60
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
label: merlin6
3+
hostname: merlin-l-01.psi.ch
4+
description: Merlin6 HPC at PSI
5+
transport: ssh
6+
scheduler: slurm
7+
work_dir: /shared-scratch/{username}/aiida_run/
8+
shebang: '#!/bin/bash'
9+
mpirun_command: srun -n {tot_num_mpiprocs}
10+
mpiprocs_per_machine: 1
11+
prepend_text: |
12+
### computer prepend_text start ###
13+
#SBATCH --cluster=merlin6
14+
#SBATCH --partition=general
15+
#SBATCH --account=merlin
16+
ulimit -s unlimited
17+
### computer prepend_text end ###
18+
append_text: ' '

merlin.psi.ch/default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cpu
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
safe_interval: 60
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
label: merlin6
3+
hostname: merlin-l-01.psi.ch
4+
description: Merlin6 HPC at PSI
5+
transport: ssh
6+
scheduler: slurm
7+
work_dir: /shared-scratch/{username}/aiida_run/
8+
shebang: '#!/bin/bash'
9+
mpirun_command: srun -n {tot_num_mpiprocs}
10+
mpiprocs_per_machine: 1
11+
prepend_text: |
12+
### computer prepend_text start ###
13+
#SBATCH --cluster=gmerlin6
14+
#SBATCH --partition=gpu
15+
#SBATCH --account=merlin
16+
ulimit -s unlimited
17+
### computer prepend_text end ###
18+
append_text: ' '

0 commit comments

Comments
 (0)