@@ -35,4 +35,4 @@ If you do not want a reviewer to have a look, e.g. because you are currently wor
On the merge request page in the first box which contains information on the MR author and branch name there is button labelled `Check out branch` which will show you instructions on how to locally checkout this MR:


You only have to follow the above steps once. From then on, whenever you want to work on a new feature, you can more easily interact with the remote repositories.
@@ -27,6 +27,7 @@ If a binary runs on a different machine depends on a lot of factors. The followi
### Optimization CMake options
-`OGS_CPU_ARCHITECTURE`: possible values `AMD64` or `INTEL64` (sets `/favor:{AMD64 | INTEL64}` flag)
</div>
<divclass='linux'>
...
...
@@ -44,6 +45,7 @@ If a binary runs on a different machine depends on a lot of factors. The followi
#### 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/x86-Options.html#index-mtune-15)
- If you do not have one of the above OS versions [install Singularity from source](https://sylabs.io/guides/3.5/user-guide/quick_start.html#quick-installation-steps).
- If you use `OGS_USE_PIP=ON` then `snakemake` is installed in your virtual environment in your build-directory automatically. You can then call it via `.venv/bin/snakemake ...` (inside your build directory).
- If you use `OGS_USE_PIP=ON` then `snakemake` is installed in your virtual environment in your build-directory automatically. You can then call it via `.venv/bin/snakemake ...` (inside your build directory).
- On Windows only:
- The `tee`-utility in the `PATH` (can be installed from https://sourceforge.net/projects/unxutils)
- The `tee`-utility in the `PATH` (can be installed from <https://sourceforge.net/projects/unxutils>)