jobarray
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
jobarray [2017/06/16 14:41] – toussain | jobarray [2019/01/11 15:19] (Version actuelle) – hetoussa | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | |||
~~NOTOC~~ | ~~NOTOC~~ | ||
Ligne 8: | Ligne 9: | ||
La soumission d'un tableau de jobs s' | La soumission d'un tableau de jobs s' | ||
- | La variable d' | + | La variable d' |
+ | |||
+ | =====Exemple===== | ||
+ | |||
+ | L' | ||
<code bash> | <code bash> | ||
Ligne 14: | Ligne 19: | ||
# | # | ||
- | #SBATCH --array=0-9 | + | #SBATCH --array=0-9 |
- | #SBATCH --partition=court | + | #SBATCH --partition=court |
- | #SBATCH --ntasks=1 | + | #SBATCH --ntasks=1 |
- | #SBATCH --cpus-per-task=4 | + | #SBATCH --cpus-per-task=4 |
- | #SBATCH --mem-per-cpu=2048 | + | #SBATCH --mem-per-cpu=2048 |
+ | #SBATCH --output=nouveau-nom_%a | ||
# | # | ||
Ligne 27: | Ligne 33: | ||
</ | </ | ||
+ | Voir la section [[varenv|Variables d' | ||
jobarray.1497616877.txt.gz · Dernière modification : 2018/10/11 22:49 (modification externe)