-
Hi, @jlinoff , thank you very much for these scripts! It helps me a lot and saves me a lot of time!
If convenient, could you please add the gfortran compilation in the scripts? Thanks!
Another reque…
-
I can without a problem build my project outside of `conda build` but inside it crashes (macOS Sierra).
build.sh
```
#!/bin/bash
env
cd build
cmake ..
```
[CMakeError.txt](https://git…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: rv64gcv_zvl1024b lp64d medlow multilib -mrvv-max-lmul=m2|23/14|0/0|0/0|[be2f7a1871ae7a256f34393eeba583ff575cb7e8]…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |3/3|0/0|0/0|[e751639e3d20efe97186faa7dca33e7761ba1e79](https://github.com…
-
Attempting to compile:
```f90
subroutine foo
dimension a(10)
integer a
end subroutine foo
```
gives the error:
```
semantic error: Cannot set dimension for undeclared variable
--> func.…
pjh40 updated
3 weeks ago
-
## Expected Behavior
Cmake and make both succeed.
## Current Behavior
Cmake succeeds, but make does not.
Cmake:
```
[ec2-user@ip-10-0-2-171 build]$ cmake .. -DWRF_HYDRO=1 -DHYDRO_D=0 -DSPATI…
-
```
Version of flang : 20.0.0(590f451b60d434b26c634a07125fb05baf461fa0)/AArch64
```
An error is detected for `test program 1 (iqui01.f90)` with out-of-bounds access such as the attached.
However, a…
-
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…
-
@womeld
Issue reported today, similar to https://github.com/kokkos/kokkos/issues/3355
For cmake > 3.18, when the link language is Fortran we eliminate all the linker flags via generator expressio…