Start julia prompt
julia
Install packages
# (press ] key)
dev git@github.com:sgnoohc/VBSVVHCore.jl.git # To develop
# For additional packages that are useful
add Revise
add LVCyl
add FHist
add Arrow
add ProgressMeter
add https://github.com/sgnoohc/PlotlyJSWrapper.jl
# (press backspace key)
The analysis script is analysis.jl.
One can copy paste it to the notebook, or use vim-slime + screen or tmux
To run multithread start your kernel with
julia --threads 20
For notebooks, set julia_num_threads environment variable.