Running jobs/fr: Difference between revisions

Jump to navigation Jump to search
no edit summary
(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...")
No edit summary
Line 405: Line 405:
</pre>
</pre>


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.  
Remarquez qu'une tâche qui aurait obtenu un nœud entier de type Skylake avec par exemple <tt>#SBATCH --cpus-per-task=32</tt> partagerait les 16 cœurs CPU restants avec une autre tâche; pour réserver le nœud entier, il faut demander les 48 cœurs ou ajouter l'option <tt>#SBATCH --constraint=broadwell</tt> au script de la tâche.  


''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