Open main menu
Home
Random
Log in
Settings
About Alliance Doc
Disclaimers
Alliance Doc
Search
Translations
:
Tutoriel Apprentissage machine/57/en
Language
Watch
Edit
Revision as of 15:29, 7 October 2019 by
Stubbsda
(
talk
|
contribs
)
(Created page with "{{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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{{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 ...