-
As it currently stands, the gcc based MPI Fortran compiler will not compile the TensErLEED source code for the search because it contains implicit type conversions between REALs and INTEGERs.
This us…
-
Hi!
I'm trying to build WRF with gfortran `10.0.1 20200226` (git commit `ce25177f505`).
It looks as if it does not allow passing `COMPLEX` arrays as `REAL` ones anymore, since I'm getting a lot of…
iii-i updated
4 years ago
-
https://gcc.gnu.org/onlinedocs/gcc-4.8.0/gfortran/RAND.html#RAND
-
gcc/gfortran 10 has landed in Fedora Rawhide with some stricter type checking for fortran codes. The ncl package now fails to build with:
```
c1fm1b.f:35:33:
33 | 52 CALL DC1F2KB(IDO,L1,…
-
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://…
-
Is it necessary to have gfortran version 7.2.0 to use pybdsf without import error? My installation was done smoothly. However while I run pybdsf it is showing the following error.
/bdsf/_cbdsm.cpy…
-
No matter what I try it is impossible to compile Storage.f90, needed by List.f90:
```
chris@studio ~ % gfortran -std=f2018 projects/FITSWEBQLSE/src/UStorage.f90
projects/FITSWEBQLSE/src/UStorage.…
-
### Description
The original [issue](https://github.com/FluidNumerics/feq-parse/issues/20#issue-2099252637) appeared when building the project [feq-parse](https://github.com/FluidNumerics/feq-parse) …
-
## Description
For aarch64 platform, I have built `LAPACK` from source.
## Steps
Following [steps](https://github.com/Reference-LAPACK/lapack?tab=readme-ov-file#installation)" were used …
-
Hi,
I'm trying to run ED model , I am having problems with " Segmentation fault "
When I run this, I received this mensage:
root@alunos-desktop:/home/alunos/Documentos/ED2-master/ED/run# ./ed_2.1-op…