-
Ran into it while testing #1108 , probably https://github.com/Ferrite-FEM/Ferrite.jl/blob/a38ed022dbc7914b344920698ddab7debf7f1e57/src/Grid/utils.jl#L168 will solve it
MWE:
```Julia
using Ferrit…
-
FYI: this a lesson we as Netherlands eScience Center are working on. Deliberately more scoped on efficient computing with Julia instead of teaching the basics of Julia: https://github.com/esciencecent…
-
This issue is intended to consolidate all the info about BijectorsEnzymeExt.
In the text that follows, to save the mental energy needed to parse long strings, `B` is `Bijectors`, `E` is `Enzyme`, a…
-
Hello, I'd like to create a Julia Test adapter. I'm kinda new so some help would be nice.
Running tests in Julia is simple for the most part, I'll try to describe it as thoroughly as possible;
W…
Qfl3x updated
1 month ago
-
Here `Foo` is a package with a url set under `[sources]`:
```
julia> Pkg.develop(path = "../Foo/")
ERROR: `path` and `url` are conflicting specifications
Stacktrace:
[1] pkgerror(msg::String)
@ P…
-
### What is the name of the app?
Julia
### (Optional) Where is the app hosted?
https://julialang.org/downloads/
### About the app
Julia is a high performance programming language.
Pr…
-
I get this unspecific error when I try to launch my kernel (with KernelAbstractions.jl) on Metal:
```
ERROR: Compilation to native code failed; see below for details.
If you think this is a bug, pleas…
-
I have already followed the instructions on generating the fmm.so file and get this important file. Also, I have developed the FLOWExaFMM on my julia environment. However, when I try to import this…
-
Not sure how this is possible, but the following code throws a segfault:
```julia
using Oceananigans
using Oceananigans.BoundaryConditions: fill_halo_regions!
partition = Partition(y=2)
arch …
-
**Describe the bug 🐞**
All the examples in the `SciMLSensitivity.jl` Documentation use a user-defined function for the ODEProblem. I need instead to define a parameter-dependent `SciMLOperator` (e.…