Skip to content

Commit

Permalink
Update vi_oscal.slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreColombo authored Mar 6, 2022
1 parent 42f18a6 commit b623811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vi_oscal.slurm
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
#SBATCH --account=six@gpu
#SBATCH --job-name=vi_oscar_all
#SBATCH --nodes=10
#SBATCH --nodes=1
#SBATCH --partition=prepost
#SBATCH --ntasks-per-node=1 # crucial - only 1 task per dist per node!
#SBATCH --cpus-per-task=10 # number of cores per tasks
#SBATCH --hint=nomultithread # we get physical cores not logical
Expand Down

0 comments on commit b623811

Please sign in to comment.