-
Your codes use features beyond Fortran 90 (no reason not to), such as
`character(len = :), allocatable :: syntran_file`
Therefore I suggest removing the `fortran90` tag.
-
There are several features in Fortran many of us wish to see changed / deprecated in order to support and enforce modern programming practices (see for example . Unfortunately doing so would break bac…
aradi updated
10 months ago
-
Use this issue to discuss the code style for the stdlib.
The most widely supported elements of style will eventually be merged into the [Style Guide for contributors](https://github.com/fortran-lan…
-
Der thermopack community,
I was thinking about the possibility of integration of thermopack with Julia and Modelica but encountered some issues
1. Are there any ongoing efforts for Julia oder Mo…
-
`README.md:3665` references `github.com/saveriocolla90/Gaussian-Mixture-ARMA-GARCH` which appears to be renamed to `Gaussian-Mixture-ARMA-GARCH-model`
```
[Gaussian Mixture ARMA-GARCH](https://git…
-
## Problem
Linked list is one of the essential data structures beside an array. It allows you to add, insert, or remove elements in constant time, without re-allocating the whole structure.
For…
-
**Describe the bug**
Autocomplete doesn't seem to work correctly all of a sudden, for some reason.
Subroutines are shown as functions, and only the name is autocompleted.
The subroutine/function ar…
-
There have been/are a multitude of issues and discussions on dimensionality compatibility between Arrays: JuliaLang/julia#113, JuliaLang/julia#141, JuliaLang/julia#142, JuliaLang/julia#231, JuliaLang/…
-
Hi all,
I am trying to compile an MPI+OpenACC Fortran90 code using the Cray compiler in LUMI.
I wrote a simple fortran program ([main.txt](https://github.com/ROCm/hipfort/files/13729399/main.txt)…
-
```bash
ychen2@ychen-5900x ~
❯ cat hello.f90
program hello
print *, 'Hello, World!'
end program hello
ychen2@ychen-5900x ~
❯ flang -c hello.f90
ychen2@ychen-5900x ~
❯ dwarfdump hello.o
…