-
```
program main
integer, dimension(2,2) :: x
x = 40
print*, maskr(x, 8)
end program
```
```
(lf) anurag@Anurags-MacBook-Air lfortran % gfortran a.f90 && ./a.out
1099511627775 …
-
This 3-line program prints ```NaN``` with gfortran, g95, ifx, ifort, or AMD flang:
```
real:: x = -8.0
print "(F0.1)", x**(1.0/3.0)
end program
```
but lfortran 0.42.0 prints this:
```
…
-
Can Warp3D be built with GFortran? If not, is this an enhancement that you would appreciate someone in the community developing?
-
Whilst compiling GEMPAK on rhel9, I found this necessary:
```
-FOPT = -fno-stack-protector -fno-second-underscore -fno-range-check -fd-lines-as-comments $(GEMINC) $(PYINC) -g -O
+FOPT = -fallow-i…
-
Dear all,
may I ask if there is already a patch to resolve the compiling openmpi problems encountered:
so if I compile with gfortran and openmpi I got the following warnings (see below), which if…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: rv64gcv_zvl1024b lp64d medlow multilib |4/2|0/0|0/0|[774ad67fba458dd1beaa0f2d3e389aac46ca18b5](https://github.com…
-
In all our examples we use the compiler option -O2. A few simple tests have shown that the option -O3 is significantly better in some cases. I have not tested this extensively, but maybe someo…
-
Hi,
I ran rMATS on an HPC cluster, and there are two versions available as modules: rmats/4.1.2 and rmats/4.1.1. I also installed v4.3.0 from GitHub on the cluster (our clusters do not support co…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Resolved Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Unresolved Failures|gcc|g++|gfortran|Previous …
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: rv32gcv_zvl1024b ilp32d medlow multilib |4/2|0/0|0/0|[cb131a401b7489cc17e2d70420cf9a916515b3f6](https://github.co…