-
Here is the problematic fixed form fortran source `reduced.f`:
```
subroutine foo(a, b)
if ( (a .eq. 0) .and.
…
-
Hello,
I tried installing the code in a Mac OS M1 with Sonoma and I get the following error when compiling the gfortran:
ld: library not found for -lSystem
collect2: error: ld devolvió el estad…
-
This is the error message I get:
```
Update AD_CONFIG.h and make ./mitgcmuv
make -f Makefile ./mitgcmuv
gfortran -fdefault-real-8 -fdefault-double-8 -fconvert=big-endian -Wunused -Wuninitialized…
-
### Describe the bug
The code in this directory is very outdated and difficult to use and produces some compile time errors with more recent versions of gfortran. This is not DART code, and has been …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR52152](https://bugs.llvm.org/show_bug.cgi?id=52152) |
| Status | NEW |
| Importance | P enhancemen…
-
Following the currently suggested work-around for the error that is thrown upon attempting to install the impute package due to no detectable gfortran did not lead me to resolution.
However, I coul…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: rv64gcv_zvl1024b lp64d medlow multilib |99/16|0/0|0/0|[d1e7f3a6c149b6fa058ce3083c36b8a5c404af5c](https://github.c…
-
For,
```fortran
program main
external :: enorm
print *, enorm(1.0d0)
end program
double precision function enorm(n) result(y)
double precision, intent(in) :: n
y = n
ret…
-
For this program (with #2687 merged to support non-elementals and array notation):
```
program where_test
integer, dimension(10) :: a, b = 0, c = 0
a = (/1, 2, 3, 4, 5, 6, 7, 8, 9 ,10 /)
…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |7/1|0/0|0/0|[29c4f6637cd604bf993d7309c236ebcdb554a858](https://github.com…