-
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…
-
```console
(lf) ubaid@DESKTOP-TEN39M0:~/projects/lfortran$ cat examples/expr2.
cat: examples/expr2.: No such file or directory
(lf) ubaid@DESKTOP-TEN39M0:~/projects/lfortran$ cat examples/expr2.f90…
-
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…
-
This test from the gfortran suite fails, exiting with STOP code 1 *only when built with -O1 (or higher)*. The failure occurs whether or not HLFIR is used.
See the test here https://github.com/llvm…
tblah updated
3 months ago
-
| | |
| --- | --- |
| Bugzilla Link | [52152](https://llvm.org/bz52152) |
| Version | unspecified |
| OS | All |
| Attachments | [a reproducer to evidence the issue](https://user-images.githubuserco…
-
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…
-
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…
-
e.g. on ubuntu
```
sudo apt-get install gfortran
```
js850 updated
7 years ago
-
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…
-
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