-
I am trying to set the number of threads to be used by JuliaCall via the code below:
```r
Sys.setenv(JULIA_NUM_THREADS = 2)
# Sys.setenv(JULIA_HOME = "/Applications/Julia-1.8.app/Contents/Resourc…
enweg updated
3 months ago
-
- [x] what version of Makie are you running? GLMakie v0.10.11; Julia 1.10.5.
- [x] can you reproduce the bug with a fresh environment ? yes
- [x] What platform + GPU are you on? MacBook Air (13-inch…
-
## Summary
We experience issues due to different versions of the shared libraries. One setting allows one to work with `DIVAnd`, while other `R` libraries fail. The other setting allows the opposite.…
-
## Feature description
I think it would be a good idea to ship a version of OpenBLAS with the `CONSISTENT_FPCSR=1` flag enabled together with the library as an Artifact, or compile during installatio…
-
Taking [this example](https://docs.julialang.org/en/v1/manual/running-external-programs/#Cmd-Objects) from the docs:
```julia
julia> cmd = Cmd(`sh -c "echo foo \$HOWLONG"`, env=("HOWLONG" => "ever!"…
-
**Describe the bug**
`CUDA.jl` is unable to find the appropriate runtime to use on the Satori cluster (PowerPC) with CUDA version above `5.3.5`. Regardless of the options I configured using `CUDA.set…
-
This error message is encountered when building with `WITH_ITTAPI = 1` in Cygwin (on Windows 11):
```
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3…
-
**Describe the bug**
Reductions with GPU broadcasting error with Enzyme. @wsmoses suggested I open an issue here.
**To reproduce**
The Minimal Working Example (MWE) for this bug:
```julia
…
-
**Question❓**
If I change the differentiation method in the optimization example in [Optimizing through an ODE solve and re-creating MTK Problems](https://docs.sciml.ai/ModelingToolkit/stable/exam…
-
### Bug description
It seems like DOCX files need math to be surrounded by ``$$ ... $$` while HTML documents do not. It is counterintuitive to me that the way Quarto expects math to be written depend…