Demonstrator project for HEP event-processing application framework in Julia
Set-up the project:
git clone <path>
cd key4hep-julia-fwk
julia --project -e "import Pkg; Pkg.instantiate()"See options for running with an example data flow graph in data/:
julia --project=bin bin/schedule.jl --helpor use with REPL:
using FrameworkDemoInstall JuliaC.jl app, then compile with:
juliac --project="bin" bin/schedule.jl --output-exe frameworkdemo_schedule
and then run:
JULIA_NUM_THREADS=<threads> ./frameworkdemo_schedule <options>