From 9a17b5190dbfab06f8c9bac77bb3fc7355af2021 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 6 Jan 2023 08:18:45 +0100 Subject: [PATCH] [web] Fix PETSc links. --- .../configure_for_mpi_and_petsc.md | 2 +- web/content/docs/userguide/parallel_computing/mpi/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/content/docs/devguide/getting-started/build-configuration_for_MPI_PETSc/configure_for_mpi_and_petsc.md b/web/content/docs/devguide/getting-started/build-configuration_for_MPI_PETSc/configure_for_mpi_and_petsc.md index 27c850415b9..8789a9c9af7 100644 --- a/web/content/docs/devguide/getting-started/build-configuration_for_MPI_PETSc/configure_for_mpi_and_petsc.md +++ b/web/content/docs/devguide/getting-started/build-configuration_for_MPI_PETSc/configure_for_mpi_and_petsc.md @@ -52,7 +52,7 @@ Please note that the PETSc package is preferred to build in release model regard PESTSc is recommended to use on Linux. On Windows, it only runs on UNIX emulator Cygwin. A detailed description about how to use PETSc on Windows - is available on this PETSc site: <https://petsc.org/main/install/windows/>. + is available on this PETSc site: <https://petsc.org/release/install/windows/>. One the frontends of EVE cluster of UFZ, your can load specified MPI, PETSc and other modules by command: diff --git a/web/content/docs/userguide/parallel_computing/mpi/index.md b/web/content/docs/userguide/parallel_computing/mpi/index.md index faa7aad1ff1..4d411f3bd0b 100644 --- a/web/content/docs/userguide/parallel_computing/mpi/index.md +++ b/web/content/docs/userguide/parallel_computing/mpi/index.md @@ -93,7 +93,7 @@ The above example shows that once a prefix is given for PETSc linear solver above example, `-`, is replaced with `-T_` and `-H_`, respectively. A introduction and a list of PETSc KSP solvers and preconditioners can be found by -[this link](https://petsc.org/main/docs/manual/ksp/). +[this link](https://petsc.org/release/docs/manual/ksp/). ### 2. Launch MPI OGS -- GitLab