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