Translations:Tutoriel Apprentissage machine/57/en
Jump to navigation
Jump to search
{{File
|name=ml-test-chain.sh |lang="bash" |contents=
- !/bin/bash
- SBATCH --array=1-10%1 # 10 is the number of jobs in the chain
- SBATCH ...