Don Elbert

Results 13 issues of Don Elbert

Here's the error message during libmesh configure (this is through autoibamr but I had the same failure yesterday with manually installed PETSc 3.17 and manually installed libmesh 1.7). ``` ---------------------------------------------...

Do you see the error here? It's a result of switching from an array-based definition to the more modern definition of an MTK model ``` @equations begin D(A) ~ 1/VA*(QCSF*(c_in...

An additional example that combines a job scheduler with passive RMA and MPI.Accumulate!

documentation
onesided
RMA

Weird behavior, the first time I ran the passive RMA example, I got out: ``` > mpiexec -n 4 julia --project passive_rma.jl After Put with lock / unlock, window content...

RMA

Hi, the code in the linked repository gives slightly different optimization results on an Intel machine vs an AMD machine when using ForwardDiff. It does not matter if the operating...

``` cell_sparse_def = create_dataset(ga, "cell_sparse", datatype(cell_sparse), dataspace(cell_sparse)) write(cell_sparse_def,cell_sparse) ``` ``` MethodError: no method matching strides(::SparseMatrixCSC{Int64, Int64}) Closest candidates are: strides(!Matched::SubArray) @ Base subarray.jl:360 strides(!Matched::Union{Base.ReinterpretArray{T, N, S, A, IsReshaped} where {T,...

In composing a system of subsystems (U, etc.) of subsystems (Abeta38, etc.), using ParentScope works to promote state variables as expected. All the equations and the states end up being...

Stepping into code in the debugger. Consistently, when the debugger gets to Static.jl line 742 I get: ``` ┌ Error: Some Julia code in the VS Code extension crashed └...

area-debugger

What the header says: ``` i = "ply" i = "format binary_little_endian 1.0" i = "comment niimath" i = "element vertex 531845" i = "property float x" i = "property...

It's entirely plausible that during an optimization, tstops (e.g. for callbacks) might depend on an optimized variable, and this can lead to a subtle problem with AD. When setting up...