-
e.g. on ubuntu
```
sudo apt-get install gfortran
```
js850 updated
7 years ago
-
This program:
```fortran
program test
implicit none
real(4) :: B(3, 3)
B = reshape([1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0], shape(B))
print *, "Original matrix B:"
print *, B
end…
-
Hello,
I am attempting to run SNOPT using the trial libraries. However, when calling SNOPT, the following error occurs.
LoadError: could not load library "/Users/lab_home/Documents/SNOPT/libsno…
-
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…
-
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.…
-
https://gcc.gnu.org/onlinedocs/gcc-4.8.0/gfortran/RAND.html#RAND
-
### 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) …
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|newlib: RVA23U64 profile lp64d medlow multilib |4/2|0/0|0/0|[beec291225be9b5e7a60b6818cf80224c343811d](https://github.co…
-
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…