Update compilation authored by Johanna Fink's avatar Johanna Fink
...@@ -80,12 +80,14 @@ gmake <mode> -j<#> ...@@ -80,12 +80,14 @@ gmake <mode> -j<#>
- `<flags>` - `<flags>`
1. `-Dvtk` (no support for VTK-Output) 1. `-Dvtk` (support for VTK-Output ON/OFF)
2. `-Dhdf` (no support for [hdf5](../howtos/output)-Output) 2. `-Dhdf` (support for [hdf5](../howtos/output) ON/OFF)
3. `-Dplt` (no support for Tecplot-Output) 3. `-Dplt` (support for Tecplot-Output ON/OFF)
4. `-Ddebug` (Debugging flags, no optimization) 4. `-Ddebug` (Compile with debug information, in debug-mode (no optimization) ON/OFF)
5. `-Domp` (no OpenMP support) 5. `-Ddetails` (Show compilation details ON/OFF)
6. all allowed switches/flags can be found in the file 6. `-Domp` (OpenMP support ON/OFF)
7. `-Duse_rm` (AD reverse mode ON/OFF)
8. all allowed switches/flags can be found in the file
`/path/to/SHEMAT-Suite/cmake/Options.cmake` `/path/to/SHEMAT-Suite/cmake/Options.cmake`
- `<#>` - `<#>`
... ...
......