# jexio Julia Extractor for Input Output. Set of scripts to generate I/O patterns understanding for particular applications. Supported: - [AMReX-Astro Castro](https://amrex-astro.github.io/Castro/) For simple usage see tests: 1. Install requirements (run once): `$ julia scripts/requirements.jl` 2. Run tests: `$ julia --project=. test/runtests.jl` Optionally, when developing run tests from the Julia REPL for preloading libraries, as it results in faster runtimes after the first time. `$ julia --project=.` `julia> include("test/runtests.jl") Formatting the code: `$ julia scripts/formatter.jl`