-
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 have a unresolved problem due to unknown reasons. When I want to build LAMMPS with cmake, i face a complex problem. The following is my operations.
1. cd lammps
2. mkdir build cd build
3…
-
It seems that gfortran (5.3.0) can ocassionally throw multiline warnings, such as:
```
read_control.f90:8488.5:
89 continue
1
read_control.f90:8472.71:
read(inputline,*,end=89,e…
-
Hi,
I noticed that one of the new gfortran compiler options, introduced in commit 9e1dba4c5c365b927da035905108cc629010656f, is not recognized by GCC 8.3.0 (which is crucially the latest available ver…
-
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,…
-
e.g. on ubuntu
```
sudo apt-get install gfortran
```
js850 updated
7 years ago
-
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…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|newlib: RVA23U64 profile lp64d medlow multilib |4/2|0/0|0/0|[beec291225be9b5e7a60b6818cf80224c343811d](https://github.co…
-
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…