Melven Roehrig-Zoellner
Melven Roehrig-Zoellner
Improves results on Intel Westmere which was missing a factor of 2 before due to latency/register dependencies in the peak flops benchmark.
Add support for Fortran type bound procedures (class methods).
CodeChecker uses an uncommon way of calling clang-tidy (... filename ... -- warning-flags-and-include-flags )
Fortran allows to omit zeros behind the decimal point, e.g. 1. for 1.0... Examples for floating point numbers: 1.0 1. 1e0
The Fortran grammar specification has several issues: 1. Kind-specifiers for constants are not supported, e.g. `1.0_8` or `1.0_myKindParameter` 2. `kind` is not only a keyword inside a declaration, but also...
@kwryankrattiger Updated message by @bernhardkaindl: I Updated the PR to resolve the conflict, because #44966 added [email protected] meanwhile. @bernhardkaindl also added more commits in order to raise more questions: -...
### Motivation / Current Behaviour Memilio uses Eigen with expression templates, and some function explicitly return Eigen expressions using `auto` as return type. This code easily gets very complex for...
### Steps to reproduce On, e.g., Ubuntu 24.04, I get gcc 13.3.0 with `languages=c,c++` without fortran. There were also cases, where I got `languages=c,fortran` instead of `languages=c,c++,fortran` Example: ``` zoel_ml@fe-store02:~/spack_tmp...