From bb5fce611abb5b6c24b62019ca411223ba96c874 Mon Sep 17 00:00:00 2001 From: jnbazin <jn.bazin@imt-antlantique.fr> Date: Wed, 16 Nov 2022 11:52:26 +0100 Subject: [PATCH] essai bugfix table 2 --- docs/cluster-test-1060.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/cluster-test-1060.md b/docs/cluster-test-1060.md index 554ebd3..cb0f680 100644 --- a/docs/cluster-test-1060.md +++ b/docs/cluster-test-1060.md @@ -37,11 +37,10 @@ srun monprogram.o ## Directives `#SBATCH` - -|--------------|------------------------------------------------------------| +| Directive | Description | +| -------------- | ------------------------------------------------------------ | | `--job-name` | Nom souhaité pour le job (facilement identifiable ensuite) | | `--output` | Nom souhaité pour le fichier de sortie de Slurm | | `--gres=` | Demande d'allocation de Generic RESources | -|--------------|------------------------------------------------------------| Il en existe beaucoup d'autres : [https://slurm.schedmd.com/sbatch.html](https://slurm.schedmd.com/sbatch.html) -- GitLab