User Tools

Site Tools


slurm-dummies

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
slurm-dummies [2020/05/07 08:11] adminslurm-dummies [2020/05/07 08:25] admin
Line 37: Line 37:
 #Numer of cores needed by the application (8 in this example) #Numer of cores needed by the application (8 in this example)
 #SBATCH --cpus-per-task=8 #SBATCH --cpus-per-task=8
-#and of course the number of nodes (computers) your program is supposed to use (usually 1)+#and of course the number of nodes (physical computers) your program is supposed to use (at least 1)
 #SBATCH --nodes=1 #SBATCH --nodes=1
 </code> </code>
Line 47: Line 47:
 <code> <code>
 # this line instruct the PBS to send a mail when the job start and finish # this line instruct the PBS to send a mail when the job start and finish
-#SBATCH --mail-type=begin +#SBATCH --mail-type=begin,end
-#SBATCH --mail-type=end+
 </code> </code>
  
slurm-dummies.txt · Last modified: 2023/10/09 13:17 by admin