Skip to content

Commit

Permalink
[web] Fixed two links.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Dec 11, 2024
1 parent 13698c2 commit 15d11dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -142,15 +142,6 @@ def plot_func(ax: plt.Axes, timevalue: float) -> None:
)
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 15d11dc

Please sign in to comment.