MØD¶
Overview¶
This is the documentation for the MØD software package. The sources can be found in the GitHub repository: http://github.com/jakobandersen/mod. For additional information see the webpage: http://mod.imada.sdu.dk.
The package contains the following components.
- libMØD, shared library (
mod
) The main library.
- libMØD, shared library (
- PyMØD, Python 3 module (
mod
) Python bindings for the library and extra functionality for easier usage of many features. It additionally include the submodule EpiM.
- PyMØD, Python 3 module (
- PostMØD, Bash Script (
mod_post
) The post processor for compiling figures and summaries.
- PostMØD, Bash Script (
- The wrapper script, Bash Script (
mod
) A convenience wrapper for invoking a virtual machine (e.g.,
python3
) with user-supplied code. The wrapper handles output and invokes the post processor. Additionally, it can run the chosen virtual machine throughgdb
and/orvalgrind
(either normal memcheck or callgrind).
- The wrapper script, Bash Script (
Contributors¶
Jakob Lykke Andersen: main author.
Nikolai Nøjgaard: author of EpiM.