This gist is a temporary repository for TELEMAC's manuals version v8p5r1.
Download them directly:
User manuals:
| #!/bin/env bash | |
| # shfmt -i 2 -ci -w | |
| set -eox | |
| wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d461a695-6481-426f-a22f-b5644cd1fa8b/l_HPCKit_p_2024.2.1.79_offline.sh | |
| sh ./l_HPCKit_p_2024.2.1.79_offline.sh -a --silent --cli --eula accept | |
| # pre-requisites | |
| apt update && apt install -y \ |
This is a guide for compiling Delft3D for Linux using Windows Subsystem for Linux (WSL). Because the Linux compilation instructions are [quite specific][1] using WSL gives the advantage of easily using any Linux distribution. The [Deltares compilation notes][1] are provided for [CentOS][2] version 7, so we will recreate a similar environment using WSL. An outline of the steps in this guide is as follows:
| \begin{figure} | |
| \centering | |
| \fbox{ | |
| \begin{minipage}{1in} | |
| \hfill\vspace{1in} | |
| \end{minipage} | |
| } | |
| \caption{Caption} | |
| \end{figure} |
| [ | |
| { "keys": ["ctrl+pagedown"], "command": "next_view" }, | |
| { "keys": ["ctrl+pageup"], "command": "prev_view" } | |
| ] |
| { | |
| // Sets the colors used within the text area. | |
| // The value "auto" will switch between the "light_color_scheme" and | |
| // "dark_color_scheme" based on the operating system appearance. | |
| "color_scheme": "auto", | |
| "light_color_scheme": "Breakers.sublime-color-scheme", | |
| "dark_color_scheme": "Mariana.sublime-color-scheme", | |
| // Note that the font_face and font_size are overridden in the platform | |
| // specific settings file, for example, "Preferences (Linux).sublime-settings". |