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 revision
Previous revision
Next revisionBoth sides next revision
slurm-dummies [2020/05/07 08:11] adminslurm-dummies [2020/05/09 14:56] 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 46: Line 46:
  
 <code> <code>
-# this line instruct the PBS to send a mail when the job start and finish +# this line instruct SLURM 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>
  
Line 109: Line 108:
 #SBATCH --mail-user=dummy.epfl@epfl.ch #SBATCH --mail-user=dummy.epfl@epfl.ch
 #SBATCH --time=04:00:00 #SBATCH --time=04:00:00
-#SBATCH --mem=1024mb+#SBATCH --mem=1024M
 #SBATCH --cpu-per-task=8 #SBATCH --cpu-per-task=8
 #SBATCH --mail-type=begin #SBATCH --mail-type=begin
slurm-dummies.txt · Last modified: 2023/10/09 13:17 by admin