Translations:Tutoriel Apprentissage machine/57/en

From Alliance Doc
Jump to navigation Jump to search

{{File

 |name=ml-test-chain.sh
 |lang="bash"
 |contents=
  1. !/bin/bash
  2. SBATCH --array=1-10%1 # 10 is the number of jobs in the chain
  3. SBATCH ...