studies: Org-modized study
This repository contains a copy of a minimal working example of an experimental
study written following the principles of literate programming [2]. It features
the minisolver
application [3] and relies on the GNU Guix [1] transactional
package manager and to ensure reproducibility of the research study. We refer to
this version of the study as to the Org-modized study.
Reproducing guidelines
The entire study is self-contained within the study.org file. It is written in Org mode, a literate programming tool. It combines the study itself with all of the source code and guidelines required for reproducing it.
References
- GNU Guix software distribution and transactional package manager https://guix.gnu.org.
- Literate Programming, Donald E. Knuth, 1984 https://doi.org/10.1093/comjnl/27.2.97.
- minisolver, a simple application for testing dense solvers with pseudo-BEM matrices https://gitlab.inria.fr/tutorial-guix-hpc-workshop/software/minisolver.