Lines Matching +full:julia +full:- +full:version
1 # LibCEED.jl: Julia Interface for [libCEED](https://github.com/CEED/libCEED)
3 Please see the [LibCEED.jl documentation](http://ceed.exascaleproject.org/libCEED-julia-docs/dev/) …
7 The LibCEED.jl package can be installed with Julia's package manager by running `] add LibCEED`.
8 This will automatically install a pre-built binary of the libCEED library.
9 …your own version of the libCEED library, and configure LibCEED.jl to use this binary as described …
11 **Warning:** the pre-built libCEED binaries do not support CUDA backends
13 The pre-built binaries automatically installed by LibCEED.jl (through the [libCEED_jll](https://jul…
14 … configure LibCEED.jl as described in the [Configuring LibCEED.jl](#configuring-libceedjl) section.
18 By default, LibCEED.jl will use the pre-built libCEED binaries provided by the [libCEED_jll](https:…
19 …D binary (e.g. one built from source), LibCEED.jl can be configured using Julia's _preferences_ me…
20 Note that this preference will be set for the currently active Julia environment, and can be differ…
21 The Julia session must be restarted for changes to take effect.
23 ```julia
24 julia> using LibCEED
25 julia> set_libceed_path!("/path/to/libceed.so")
27 [ Info: Restart the Julia session for changes to take effect.