-
I've found a few more Fortran packages I will try to add one by one:
* [ ] Fortran processing library: http://www.biosfera.dea.ufv.br/fpl/index.html
* [ ] 2DECOMP & FFT: https://github.com/numeric…
-
I'm trying to use Rebox2 for Fortran programming (yes, I know...), and since Fortran 90 uses "!" as comment char, Rebox2 doesn't work. Looking at the code it seems that allowing rebox-language-charact…
-
Hi,
Had a look at the true colour and thought the native/nearerest neighbour sampling makes the edges of features a little bit hard. I add a slight hint of blur to my image, perhaps closer to what…
-
_From @billsacks on August 9, 2016 22:7_
SLAP is old code that causes problems, particularly with the NAG compiler. We'd like to remove it at some point - once we have removed glide from CISM.
This …
-
Hello,
I hope you can help me
#### Describe the bug
When I run a scan (sonar-scanner command or in a docker container `sonarsource/sonar-scanner-cli` or `lequal/sonar-scanner`) on a project co…
-
How should we organize/specify compiler flags?
Should we only have two sets of compiler flags? `devel-options` and `release-options`, and they are used to build all dependencies and executables?
…
-
The Rosetta stone should use Python 3. None of the current examples will run because they use Python 2-only syntax (print statements). There's also at least one example I saw that assumes `/` does int…
-
Before we dive into the implementation of root-solvers, optimization routines, and quadrature routines (see #87 and #112 ) I think it is worth discussing the "standard" way of defining callback routin…
-
Currently, if A and B are arrays, `A == B` results in an array of `bool`s, and `A.equals(B)` is available to return a single `bool` value. We might consider making `A == B` on arrays return a single `…
-
```
There are several Intel compiler flags that will do static analysis of the code
which will help to avoid/fix bugs.
“-diag-enable sc1” reports only diagnostics with a
severity level of "critical…