-
### Comment:
Since scipy has been successfully built with flang on windows, is it possible to upgrade the fortran compiler on windows from flang 5 to flang 17?
-
A couple of things prevent GITM from compiling with Nag compiler. Some use nag - and SWMF is tested with Nag - so it is worthwhile to fix this.
The problems I'm aware of:
- A couple of character l…
-
The intrinsic function `compiler_version` was added in #4428 as a built-in function, but it was not added to the intrinsic module `iso_fortran_env`. Its absence was also noted in https://github.com/lf…
-
Minimal reproducer:
```
INTEGER :: i
j=2
!$OMP PARALLEL default(private)
!$OMP critical(k2)
j=200
!$OMP END critical(k2)
!$OMP END PARALLEL
END
```
`flang -fopenmp file.f90`
```
flang-…
-
This is a new error for me and I cannot solve it. I just want to use Netlib BLAS/LAPACK, which is built in `~/ELMER/lapack`, but CMake cannot find it when I set `BLAS_LIBRARIES` and `LAPACK_LIBRARIES…
-
Some programs from the Fujitsu test suite hit `not yet implemented: lowering symbol to HLFIR`:
- https://github.com/fujitsu/compiler-test-suite/blob/main/Fortran/0115/0115_0009.F90
- https://github.…
-
`pixi run wheel` builds a Python 3.12 wheel no problems. I need a Python 3.10 wheel though. How can I specify the Python version to build for?
I naively added a constraint in the `pixi.toml`:
```t…
-
When I tried to make adios, it failed at linking cxx excutable with cuda,
the bug is `undefined reference to `__cudaRegisterLinkedBinary_ae8ecfd6_12_adiosCUDA_cu_985390a9'`.
Here is the error messag…
-
**Describe the bug**
The Python 3.10 CI run [fails](https://github.com/amusecode/amuse/actions/runs/10701799739/job/29668541960?pr=1069) with `ModuleNotFoundError: No module named 'distutils.msvccomp…
-
It is not clear what is causing the failure in the current output which does not contain any error details.
It started with https://lab.llvm.org/buildbot/#/builders/35/builds/2200.
```
C:\Build…