From 97b297c2af96e2acc7650416edb6daa236a99f91 Mon Sep 17 00:00:00 2001 From: jdelguerrero Date: Tue, 14 Oct 2025 11:16:09 +0200 Subject: [PATCH] [BUGFIX:] Correct typo GPU jobs and Conda --- docs/environment/conda.md | 2 +- docs/jobs/gpu.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment/conda.md b/docs/environment/conda.md index 137b8081d..5cfa54c47 100644 --- a/docs/environment/conda.md +++ b/docs/environment/conda.md @@ -108,7 +108,7 @@ micromamba install ``` all the required packages. Quite often, the channel name must also be specified: ```bash -micromamba install --chanell +micromamba install --chanel ``` Packages can be found by searching the [conda-forge channel](https://anaconda.org/conda-forge). diff --git a/docs/jobs/gpu.md b/docs/jobs/gpu.md index 14a3bcf96..86287471e 100644 --- a/docs/jobs/gpu.md +++ b/docs/jobs/gpu.md @@ -29,7 +29,7 @@ Thus your typical GPU launcher would match the [AI/DL launcher](../slurm/launche #SBATCH --time=0-04:00:00 ### Submit to the `gpu` partition of Iris -#SBATCH --parition=gpu +#SBATCH --partition=gpu #SBATCH --qos=normal print_error_and_exit() { echo "***ERROR*** $*"; exit 1; }