Skip to content

Commit 5bbf3dd

Browse files
authored
update mpiprocs_per_machine for merlin (#84)
1 parent 8e5148a commit 5bbf3dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

merlin.psi.ch/cpu/computer-setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scheduler: slurm
77
work_dir: /shared-scratch/{username}/aiida_run/
88
shebang: '#!/bin/bash'
99
mpirun_command: srun -n {tot_num_mpiprocs}
10-
mpiprocs_per_machine: 1
10+
mpiprocs_per_machine: 44
1111
prepend_text: |
1212
### computer prepend_text start ###
1313
#SBATCH --cluster=merlin6

merlin.psi.ch/gpu/computer-setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scheduler: slurm
77
work_dir: /shared-scratch/{username}/aiida_run/
88
shebang: '#!/bin/bash'
99
mpirun_command: srun -n {tot_num_mpiprocs}
10-
mpiprocs_per_machine: 1
10+
mpiprocs_per_machine: 20
1111
prepend_text: |
1212
### computer prepend_text start ###
1313
#SBATCH --cluster=gmerlin6

0 commit comments

Comments
 (0)