Lines Matching full:libceed
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 …libCEED (e.g. CUDA/GPU support, specific compiler flags, etc.) then you should compile your own ve…
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 …want to run libCEED on the GPU, you will have to build libCEED from source and configure LibCEED.j…
16 ### Configuring LibCEED.jl
18 By default, LibCEED.jl will use the pre-built libCEED binaries provided by the [libCEED_jll](https:…
19 If you wish to use a different libCEED binary (e.g. one built from source), LibCEED.jl can be confi…
24 julia> using LibCEED
25 julia> set_libceed_path!("/path/to/libceed.so")
26 [ Info: Setting the libCEED library path to /path/to/libceed.so.