-
Ubuntu 20.04 server:
```
using PyPlot
figure()
error: libmkl_intel_thread.so : undefined symbol: omp_get_num_procs
```
-
## Details
I am experiencing that the `pyplot()` backend ignores the order that the various plots are being called.
**Plotting order:**
- `plot(Shape())`: regions
- `plot!()`: lines
- `sc…
-
Python is an interpreted language and therefore does not achieve the high performance of a compiled language. However, we will run into many applications of PlasmaPy where performance is critical. T…
-
Hi,
I'm testing new version of JUDI and it seems that `subsampling_factor=16` gives an error during FWI:
```
ERROR: PyError ($(Expr(:escape, :(ccall(#= /home/kerim/Documents/Colada/r/julia-1.9/.j…
-
I like using PlotlyJS, and have never had a problem with it. Today, after running `using PlotlyBase` I started getting a warning message that I don't know what means:
> Warning: Error requiring `…
-
MPI.jl seems to always download the MPICH and OpenMPI artifacts despite having set `JULIA_MPI_BINARY=system`. It is using the correct system MPI eventually but ideally it shouldn’t download the unused…
-
When using both GR and ImageView, Julia often (but not always) segfaults when I try to plot something from the REPL. It sometimes complains about GKS not being in the proper state before crashing, but…
-
At the moment, the `get_array` function returns a full `Array{Float64,2}`, which is not really a reasonable option for any practical use beyond toy problems. Can the get_array function be modified to …
-
I get the following compilation errors with v 0.6.3. All works well wth 0.6.2.
This occurs under julia versions 1.9.2, 1.9.3, and 1.10.
```
[ Info: Precompiling BlackBoxOptimRealtimePlotServerE…
-
Hello,
I encountered some errors while trying to `add Queryverse` in an environment I am currently using, so I made a new one but unfortunately the same error appeared again (I'm using Julia 1.6.0)…