From 15d11dce418993b36711135389046adaf48fdfc5 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 11 Dec 2024 09:04:08 +0100 Subject: [PATCH] [web] Fixed two links. --- .../ComponentTransport/elder_jupyter/elder_jupyter.py | 11 +---------- .../environments/redistributable-builds/index.md | 4 ++-- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Tests/Data/Parabolic/ComponentTransport/elder_jupyter/elder_jupyter.py b/Tests/Data/Parabolic/ComponentTransport/elder_jupyter/elder_jupyter.py index 73fa18a50f9..4d6265a7c06 100644 --- a/Tests/Data/Parabolic/ComponentTransport/elder_jupyter/elder_jupyter.py +++ b/Tests/Data/Parabolic/ComponentTransport/elder_jupyter/elder_jupyter.py @@ -60,7 +60,7 @@ # %% import matplotlib.pyplot as plt import ogstools as ogs -from IPython.display import HTML, Image +from IPython.display import HTML # %% ogs.plot.setup.dpi = 30 # resolution @@ -142,15 +142,6 @@ anim = mesh_series.animate( ) HTML(anim.to_jshtml()) -# %% [markdown] -# ### Compare simulation results OGS-5 vs. OGS-6 -# -# Here, we compare numerical results of OGS-6 to those of OGS-5. -# Settings of both simulators were chosen to be as identical as possible. -# Simulation times were and for $3300 s$ OGS-6 and $7800 s$ OGS-5, respectively. - -# %% -Image(url="../elder/elder.gif") # %% [markdown] # ## Literature diff --git a/web/content/docs/devguide/environments/redistributable-builds/index.md b/web/content/docs/devguide/environments/redistributable-builds/index.md index e9341dbdb72..609ecd6eadb 100644 --- a/web/content/docs/devguide/environments/redistributable-builds/index.md +++ b/web/content/docs/devguide/environments/redistributable-builds/index.md @@ -40,11 +40,11 @@ If a binary runs on a different machine depends on a lot of factors. The followi #### For redistribution -- `OGS_CPU_ARCHITECTURE`: set to `generic` for good balance between optimization and portability; set to `core2` for maximum portability, more info on [GCC docs](https://gcc.gnu.org/onlinedocs/gcc/gcc-command-options/machine-dependent-options/x86-options.html#cmdoption-x86-mtune) +- `OGS_CPU_ARCHITECTURE`: set to `generic` for good balance between optimization and portability; set to `core2` for maximum portability, more info on [GCC docs](https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html) #### For optimization -- `OGS_CPU_ARCHITECTURE`: tot to `native` for best optimization for your current CPU, possible values are [listed here](https://stackoverflow.com/a/25095818/80480), more info on [GCC docs](https://gcc.gnu.org/onlinedocs/gcc/gcc-command-options/machine-dependent-options/x86-options.html#cmdoption-x86-mtune) +- `OGS_CPU_ARCHITECTURE`: tot to `native` for best optimization for your current CPU, possible values are [listed here](https://stackoverflow.com/a/25095818/80480), more info on [GCC docs](https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html) </div> -- GitLab