Browse Source

New translations job_graphkernels.sl (French)

l10n_v0.2.x
linlin 4 years ago
parent
commit
635e22f8ee
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      lang/fr/notebooks/else/job_graphkernels.sl

+ 19
- 0
lang/fr/notebooks/else/job_graphkernels.sl View File

@@ -0,0 +1,19 @@
#!/bin/bash

#SBATCH --exclusive
#SBATCH --job-name="graphkernels"
#SBATCH --partition=tcourt
#SBATCH --mail-type=ALL
#SBATCH --mail-user=jajupmochi@gmail.com
#SBATCH --output=output_graphkernels.txt
#SBATCH --error=error_graphkernels.txt
#
#SBATCH --ntasks=1
#SBATCH --nodes=2
#SBATCH --cpus-per-task=56
#SBATCH --time=24:00:00
#SBATCH --mem-per-cpu=4000

srun hostname
srun cd /home/2017018/ljia01/graphkit-learn/notebooks
srun python3 run_spkernel.py

Loading…
Cancel
Save