Running jobs/fr: Difference between revisions

Jump to navigation Jump to search
Created page with "Rappellez-vous qu'une tâche qui aurait obtenu un nœud complet pour elle-même avec par exemple <tt>#SBATCH --cpus-per-task=32</tt> partagerait maintenant les 16 cœurs resta..."
(Created page with "L'exemple suivant demande <code>skylake</code> sur Cedar : <pre> #!/bin/bash #SBATCH --account=def-someuser #SBATCH --constraint=skylake #SBATCH --time=0:5:0 # Display CPU-spe...")
(Created page with "Rappellez-vous qu'une tâche qui aurait obtenu un nœud complet pour elle-même avec par exemple <tt>#SBATCH --cpus-per-task=32</tt> partagerait maintenant les 16 cœurs resta...")
Line 405: Line 405:
</pre>
</pre>


Keep in mind that a job which would have obtained an entire node for itself by specifying for example <tt>#SBATCH --cpus-per-task=32</tt> will now share the remaining 16 CPU cores with another job if it happens to use a Skylake node; if you wish to reserve the entire node you will need to request all 48 cores or add the <tt>#SBATCH --constraint=broadwell</tt> option to your job script.  
Rappellez-vous qu'une tâche qui aurait obtenu un nœud complet pour elle-même avec par exemple <tt>#SBATCH --cpus-per-task=32</tt> partagerait maintenant les 16 cœurs restants ave une autre tâche qui utiliserait aussi un nœud Skylake; si vous voulez réserver le nœud entier, vous devre demander les 48 cœurs ou ajouter l'option <tt>#SBATCH --constraint=broadwell</tt> à votre script.  


''If you are unsure if your job requires a specific architecture, do not use this option.'' Jobs that do not specify a CPU architecture can be scheduled on either Broadwell or Skylake nodes, and will therefore generally start earlier.
''If you are unsure if your job requires a specific architecture, do not use this option.'' Jobs that do not specify a CPU architecture can be scheduled on either Broadwell or Skylake nodes, and will therefore generally start earlier.
rsnt_translations
53,464

edits

Navigation menu