Skip to content

Commit

Permalink
update mpiprocs_per_machine for merlin (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 authored Jun 9, 2023
1 parent 8e5148a commit 5bbf3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion merlin.psi.ch/cpu/computer-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scheduler: slurm
work_dir: /shared-scratch/{username}/aiida_run/
shebang: '#!/bin/bash'
mpirun_command: srun -n {tot_num_mpiprocs}
mpiprocs_per_machine: 1
mpiprocs_per_machine: 44
prepend_text: |
### computer prepend_text start ###
#SBATCH --cluster=merlin6
Expand Down
2 changes: 1 addition & 1 deletion merlin.psi.ch/gpu/computer-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scheduler: slurm
work_dir: /shared-scratch/{username}/aiida_run/
shebang: '#!/bin/bash'
mpirun_command: srun -n {tot_num_mpiprocs}
mpiprocs_per_machine: 1
mpiprocs_per_machine: 20
prepend_text: |
### computer prepend_text start ###
#SBATCH --cluster=gmerlin6
Expand Down

0 comments on commit 5bbf3dd

Please sign in to comment.