PierUgit
PierUgit
### Motivation Provide some memory mapped file features to Fortran. These features are indeed accessible througt the C interoperability, but the idea here is to encapsulate them to get an...
### Describe the bug OpenMP is not working with Intel ifort/ifx compilers (Fortran) starting from version 2021.2.0. The execution always results in the following error: ``` OMP: Error #179: Function...
Some random thoughts: `eye` is just a special case of `diag` with a scalar, and has not a simpler interface (because most of time the `mold` parameter will be coded...
We already discussed that on Discourse. BLAS/LAPACK routines mostly use assumed size arrays, thus contiguous arrays, but can handle non contiguous data by using the `inc*`/`ld*` arguments. In the modern...