Skip to content

Commit

Permalink
Prevent multithreading in next example script also
Browse files Browse the repository at this point in the history
  • Loading branch information
welucas2 committed Jun 2, 2023
1 parent 818609f commit e93d0b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-guide/scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,8 @@ this example would look like:
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=64
#SBATCH --cpus-per-task=2
#SBATCH --hint=nomultithread
#SBATCH --distribution=block:block
# Replace [budget code] below with your budget code (e.g. t01)
#SBATCH --account=[budget code]
Expand Down

0 comments on commit e93d0b7

Please sign in to comment.