jexio
Julia Extractor for Input Output. Set of scripts to generate I/O patterns understanding for particular applications. Supported:
For simple usage see tests:
-
Install requirements and precompile dependencies (run once). It takes time the first time, generates
jexio_deps.so
:$ julia scripts/requirements.jl
-
Run tests:
-
$ julia -Jjexio_deps.so --project=. test/runtests.jl
Optionally, run tests from the Julia REPL for preloading libraries, as it results in faster runtimes after the first time. $ julia -Jjexio_deps.so --project=.
- `julia> include("test/runtests.jl")
-
Formatting the code:
`$ julia scripts/formatter.jl`