-
Error message:
> (ISP) sph1r17@NOCS04167J-2 green_source % ./elemse
> dyld[2992]: Library not loaded: /usr/local/lib/libgfortran.4.dylib
> Referenced from: /Users/sph1r17/programs/ISP/isp/mti/g…
-
The interface is essentially unusable when using gfortran (Version 12.1.1), because it does not handle finalization properly (compiler bug). So on each assignment, or for temporary results from operat…
-
Here is my fortran.py
```
from lint import Linter
import os
class Fortran(Linter):
language = 'fotran'
cmd = ('gfortran',)
regex = r'^[^:]+:(?P\d+): (?P.*)$'
def run(self, cmd, code…
-
## **Description of the problem**
As of October 7th 2024, Python 3.13 was released.
However, `pyshtools` cannot be installed when using this `3.13`. I have checked my system and on `3.12` it insta…
-
**Describe the bug**
pspw_md QA fails on arm64 MacOS with gfortran-12 and clang-15
**Describe settings used**
* macos 14.4.1 arm64
* Fortran compiler: GNU Fortran (Homebrew GCC 12.3.0) 12.3.0 …
-
There are several issues with the `-Mbackslash` option.
1. Currently, Flang's default behaviour is not compatible with that of gfortran and ifort (as explained in [Arm's own documentation](https://…
-
Currently the standard says that *any* value writing with exponents `|exp|>99` shall be written:
(sec. 10.6.1.2.2 of Fortran 03 standard)
> 99 < |exp| < 1000 +-z1z2z3
This is just horrible…
-
I have the following simple program that writes three lines to a file and then reads the same three lines using `string_type` UDDTIO:
```fortran
module test_mod
use stdlib_string_type
implic…
-
```
What steps will reproduce the problem?
1. use OPEN or INQUIRE statement in .f program
2. compile (no problems) and run the program
3.
What is the expected output? What do you see instead?
fortran…
-
### Bug Description
When compiling with gfortran in debug mode, syntax errors will be reported for subroutines that call the HDF-EOS2 'gdrdfld' function with inconsistent buffer types.
For exa…