Simon Byrne
Simon Byrne
Have a simple command (e.g. `?` or `h`) which displays a list of other commands.
Following on from https://github.com/SciML/OrdinaryDiffEq.jl/pull/1153#issuecomment-637703922, it would be useful to be able to exploit cases where the right-hand side `f` can be efficiently calculated as ``` y = a*f(u,t) + b*y...
Since the tests are failing on nightly, would be good to test on 1.8
Fixes #708 (I hope). @vtjnash is this the correct usage?
https://github.com/JuliaLang/PackageCompiler.jl/runs/7175755312?check_suite_focus=true#step:4:340 ``` InitError(mod=:LLVMExtra_jll, error=ErrorException("Cannot locate artifact 'LLVMExtra' in '/tmp/jl_s8rPQE/packages/LLVMExtra_jll/RuRRc/Artifacts.toml'")) ```
https://github.com/JuliaLang/PackageCompiler.jl/runs/7175757050?check_suite_focus=true#step:4:341 ``` /home/runner/work/PackageCompiler.jl/PackageCompiler.jl/src/embedding_wrapper.c: In function ‘main’: /home/runner/work/PackageCompiler.jl/PackageCompiler.jl/src/embedding_wrapper.c:107:5: warning: implicit declaration of function ‘jl_set_global’; did you mean ‘jl_get_global’? [-Wimplicit-function-declaration] 107 | jl_set_global(jl_base_module, jl_symbol("PROGRAM_FILE"), firstarg); | ^~~~~~~~~~~~~ | jl_get_global ``` It appears...
This seems like the easiest fix to #639.
This came up while trying to use an implicit solver with OrdinaryDiffEq. A simple reproducible example: ```julia julia> using BlockArrays, LinearAlgebra julia> x = BlockArray(rand(3)) 1-blocked 3-element BlockVector{Float64, Vector{Vector{Float64}}, Tuple{Base.OneTo{Int64}}}:...
fixes #500
Fixes #404. needs tests. @vchuravy would this work on PPC? We should set up a CI build now that Travis supports PPC.