diff --git a/_docs_v7/Build-SU2-Linux-MacOS.md b/_docs_v7/Build-SU2-Linux-MacOS.md index 82b4d873..3f81afc6 100644 --- a/_docs_v7/Build-SU2-Linux-MacOS.md +++ b/_docs_v7/Build-SU2-Linux-MacOS.md @@ -164,7 +164,7 @@ The optimization level can be set with `--optimization=level`, where `level` cor However, that may not result in optimum performance, for example with the GNU compilers level 2 and the extra flag `-funroll-loops` results in better performance for most problems. Some numerical schemes support vectorization (see which ones in the Convective Schemes page), to make the most out of it the compiler needs to be informed of the target CPU architecture, so it knows what "kind of vectorization" it can generate (256 or 512bit, 128bit being the default). -With gcc, clang, and icc this can be done via the `-march=??` and `-mtune=??` options, where `??` needs to be set appropriately e.g. `skylake`, `ryzen`, etc., these flags can be passed to the compiler by setting `CXXFLAGS` before first running meson (which will print some messages acknowledging the flags). +With gcc, clang, and icc this can be done via the `-march=??` and `-mtune=??` options, where `??` needs to be set appropriately e.g. `skylake`, `znver3`, etc., these flags can be passed to the compiler by setting `CXXFLAGS` before first running meson (which will print some messages acknowledging the flags). #### Warning level #### diff --git a/tutorials_files/compressible_flow/Laminar_Cylinder/images/cylinder_lam_visc.png b/tutorials_files/compressible_flow/Laminar_Cylinder/images/cylinder_lam_visc.png index c37191db..3a7f32c8 100644 Binary files a/tutorials_files/compressible_flow/Laminar_Cylinder/images/cylinder_lam_visc.png and b/tutorials_files/compressible_flow/Laminar_Cylinder/images/cylinder_lam_visc.png differ diff --git a/tutorials_files/compressible_flow/Laminar_Cylinder/images/cylinder_pressure.png b/tutorials_files/compressible_flow/Laminar_Cylinder/images/cylinder_pressure.png index 0e8cdf8d..dcfe5245 100644 Binary files a/tutorials_files/compressible_flow/Laminar_Cylinder/images/cylinder_pressure.png and b/tutorials_files/compressible_flow/Laminar_Cylinder/images/cylinder_pressure.png differ