Skip to content

Commit

Permalink
updated tasks-per-node
Browse files Browse the repository at this point in the history
  • Loading branch information
ksiller committed Jul 17, 2023
1 parent 3ca1aa4 commit 59d9da8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/scripts/fluent.slurm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=40
#SBATCH --ntasks-per-node=36
#SBATCH --time=12:00:00
#SBATCH --partition=parallel
#SBATCH -J myFluentrun
Expand Down
2 changes: 1 addition & 1 deletion static/scripts/namd.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#SBATCH -A mygroup # your allocation account
#SBATCH -p parallel # partition
#SBATCH -N 2 # number of nodes
#SBATCH --ntasks-per-node=40 # number of tasks
#SBATCH --ntasks-per-node=36 # number of tasks
#SBATCH -t 24:00:00 # time

module purge
Expand Down
2 changes: 1 addition & 1 deletion static/scripts/qe_cpu.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#SBATCH -A myallocation # your allocation
#SBATCH -p parallel # partition
#SBATCH -N 2 # number of nodes
#SBATCH --ntasks-per-node=40 # number of tasks
#SBATCH --ntasks-per-node=36 # number of tasks
#SBATCH -t 1-00:00:00 # walltime

module purge
Expand Down

0 comments on commit 59d9da8

Please sign in to comment.