Changes
Page history
Create Running the jobs/Job Dependencies
authored
Apr 22, 2020
by
Alain O' Miniussi
Show whitespace changes
Inline
Side-by-side
Running-the-jobs/Job-Dependencies.md
0 → 100644
View page @
b4c1cd69
### Job en tranche
Il faut soumettre chaque tranche avec les dépendance qui vont bien, par exemple:
> sbatch --dependancy=afterany:<jobid> script.slurm
Lance la première tranche et renvoi un numéro de job 'jobid':
> sbatch --dependancy=afterany:<jobid>:<autrejobid> script.slurm
\ No newline at end of file