From d5b3817936f8e4ca34c4e153bf5d32c83404bbe5 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 4 Sep 2023 13:41:30 +0200
Subject: [PATCH] [guix] Fix naming of eve container.

---
 web/content/docs/userguide/features/parallel_computing_mpi.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/content/docs/userguide/features/parallel_computing_mpi.md b/web/content/docs/userguide/features/parallel_computing_mpi.md
index 3ca945ddb11..5a55b08ba08 100644
--- a/web/content/docs/userguide/features/parallel_computing_mpi.md
+++ b/web/content/docs/userguide/features/parallel_computing_mpi.md
@@ -192,7 +192,7 @@ For the detailed syntax of job script of SLURM for EVE, please visit <https://wi
 
 A prebuilt container with `ogs` (current master) is available at:
 
-* `/data/ogs/apptainer/guix/ogs-petsc-ssd_head.squashfs`
+* `/data/ogs/apptainer/guix/ogs-petsc_head.squashfs`
 
 You need to modify your submit script, e.g.:
 
@@ -200,7 +200,7 @@ You need to modify your submit script, e.g.:
 ...
 #SBATCH ...
 
-srun apptainer exec /data/ogs/apptainer/guix/ogs-petsc-ssd_head.squashfs ogs $PRJ_FILE
+srun apptainer exec /data/ogs/apptainer/guix/ogs-petsc_head.squashfs ogs $PRJ_FILE
 ```
 
 ### 3. Check results
-- 
GitLab