Skip to content
Snippets Groups Projects

jexio

Julia Extractor for Input Output. Set of scripts to generate I/O patterns understanding for particular applications. Supported:

For simple usage see tests:

  1. Install requirements and precompile dependencies (run once). It takes time the first time, generates jexio_deps.so:

    • $ julia scripts/requirements.jl
  2. 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`