Browse Source

New translations job_test.sl (French)

l10n_v0.2.x
linlin 4 years ago
parent
commit
bbe16c46ab
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      lang/fr/notebooks/else/job_test.sl

+ 12
- 0
lang/fr/notebooks/else/job_test.sl View File

@@ -0,0 +1,12 @@
#!/bin/bash
#
#SBATCH --job-name=test
#SBATCH --output=res.txt
#SBATCH --partition=long
#
#SBATCH --ntasks=1
#SBATCH --time=10:00
#SBATCH --mem-per-cpu=100

srun hostname
srun sleep 60

Loading…
Cancel
Save